Html Css Color HEX #34604C Spectra

📋 copy color: '#34604C'

red 52 ◦ green 96 ◦ blue 76

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

Shades of Spectra #34604C

Tints of Spectra #34604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 23.21%
G = 42.86%
B = 33.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#34604C (or 0x34604C) is known color: Spectra. HEX triplet: 34, 60 and 4C. RGB value is (52,96,76). Sum of RGB (Red+Green+Blue) = 52+96+76=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #34604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34604C is #CB9FB3. Grayscale: #505050. Windows color (decimal): -13344692 or 5005364. OLE color: 5005364.

HSL color Cylindrical-coordinate representation of color #34604C: hue angle of 152.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34604C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 76 -
CMYK 0.46 0 0.21 0.62
HSL 152.73º 0.3% 0.29% -
HSV(B) 152.73º 0.46% 0.38% -
XYZ 6.9 9.62 8.33 -
YUV 80.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 52 96 76 0.46 0 0.21 0.62 152.73 0.3 0.29
Hex 34 60 4C 2E 0 15 3E 99 1E 1D
Octal 64 140 114 56 0 25 76 231 36 35
Binary 110100 1100000 1001100 101110 0 10101 111110 10011001 11110 11101

Color Harmonies of #34604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34604C

Black with #34604C

Text Example


Text Example

White with #34604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34604C; }

 p { color: rgb(52,96,76); }

 H1.HeaderClassName
 {
   color: #34604C;
 }
 .AnyTagClassName
 {
   color: #34604C;
 }
</style>

background-color css

<style>
 a { background-color: #34604C; }

 a { background-color: rgb(52,96,76); }

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

border-color css

<style>
 span { border-color: #34604C; }

 span { border-color: rgb(52,96,76); }

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