Html Css Color HEX #34624B Spectra

📋 copy color: '#34624B'

red 52 ◦ green 98 ◦ blue 75

#34624B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #34624B

Tints of Spectra #34624B

RGB

 RED value IS 52 (20.7% from 255) = 23.11%

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 23.11%
G = 43.56%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34624B (or 0x34624B) is known color: Spectra. HEX triplet: 34, 62 and 4B. RGB value is (52,98,75). Sum of RGB (Red+Green+Blue) = 52+98+75=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #34624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34624B is #CB9DB4. Grayscale: #515151. Windows color (decimal): -13344181 or 4940340. OLE color: 4940340.

HSL color Cylindrical-coordinate representation of color #34624B: hue angle of 150º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34624B is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 75 -
CMYK 0.47 0 0.23 0.62
HSL 150º 0.31% 0.29% -
HSV(B) 150º 0.47% 0.38% -
XYZ 7.05 9.97 8.21 -
YUV 81.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 52 98 75 0.47 0 0.23 0.62 150 0.31 0.29
Hex 34 62 4B 2F 0 17 3E 96 1F 1D
Octal 64 142 113 57 0 27 76 226 37 35
Binary 110100 1100010 1001011 101111 0 10111 111110 10010110 11111 11101

Color Harmonies of #34624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34624B

Black with #34624B

Text Example


Text Example

White with #34624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34624B; }

 p { color: rgb(52,98,75); }

 H1.HeaderClassName
 {
   color: #34624B;
 }
 .AnyTagClassName
 {
   color: #34624B;
 }
</style>

background-color css

<style>
 a { background-color: #34624B; }

 a { background-color: rgb(52,98,75); }

 div.DivClassName
 {
   background-color: #34624B;
 }
 .BgClassName
 {
   background-color: #34624B;
 }
</style>

border-color css

<style>
 span { border-color: #34624B; }

 span { border-color: rgb(52,98,75); }

 td.TdClassName
 {
   border-color: #34624B;
 }
 .TagClassName
 {
   border-color: #34624B;
 }
</style>