Html Css Color HEX #37604C Plantation

📋 copy color: '#37604C'

red 55 ◦ green 96 ◦ blue 76

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

Shades of Plantation #37604C

Tints of Plantation #37604C

RGB

 RED value IS 55 (21.88% from 255) = 24.23%

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

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

R = 24.23%
G = 42.29%
B = 33.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#37604C (or 0x37604C) is known color: Plantation. HEX triplet: 37, 60 and 4C. RGB value is (55,96,76). Sum of RGB (Red+Green+Blue) = 55+96+76=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #37604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37604C is #C89FB3. Grayscale: #515151. Windows color (decimal): -13148084 or 5005367. OLE color: 5005367.

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

Color convert

RGB 55 96 76 -
CMYK 0.43 0 0.21 0.62
HSL 150.73º 0.27% 0.3% -
HSV(B) 150.73º 0.43% 0.38% -
XYZ 7.06 9.7 8.34 -
YUV 81.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 55 96 76 0.43 0 0.21 0.62 150.73 0.27 0.3
Hex 37 60 4C 2B 0 15 3E 97 1B 1E
Octal 67 140 114 53 0 25 76 227 33 36
Binary 110111 1100000 1001100 101011 0 10101 111110 10010111 11011 11110

Color Harmonies of #37604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37604C

Black with #37604C

Text Example


Text Example

White with #37604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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