Html Css Color HEX #37644C Plantation

📋 copy color: '#37644C'

red 55 ◦ green 100 ◦ blue 76

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

Shades of Plantation #37644C

Tints of Plantation #37644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 23.81%
G = 43.29%
B = 32.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#37644C (or 0x37644C) is known color: Plantation. HEX triplet: 37, 64 and 4C. RGB value is (55,100,76). Sum of RGB (Red+Green+Blue) = 55+100+76=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #37644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37644C is #C89BB3. Grayscale: #535353. Windows color (decimal): -13147060 or 5006391. OLE color: 5006391.

HSL color Cylindrical-coordinate representation of color #37644C: hue angle of 148º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37644C is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 76 -
CMYK 0.45 0 0.24 0.61
HSL 148º 0.29% 0.3% -
HSV(B) 148º 0.45% 0.39% -
XYZ 7.44 10.45 8.46 -
YUV 83.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 55 100 76 0.45 0 0.24 0.61 148 0.29 0.3
Hex 37 64 4C 2D 0 18 3D 94 1D 1E
Octal 67 144 114 55 0 30 75 224 35 36
Binary 110111 1100100 1001100 101101 0 11000 111101 10010100 11101 11110

Color Harmonies of #37644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37644C

Black with #37644C

Text Example


Text Example

White with #37644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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