Html Css Color HEX #37644D Plantation

📋 copy color: '#37644D'

red 55 ◦ green 100 ◦ blue 77

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

Shades of Plantation #37644D

Tints of Plantation #37644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 23.71%
G = 43.1%
B = 33.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#37644D (or 0x37644D) is known color: Plantation. HEX triplet: 37, 64 and 4D. RGB value is (55,100,77). Sum of RGB (Red+Green+Blue) = 55+100+77=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #37644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37644D is #C89BB2. Grayscale: #535353. Windows color (decimal): -13147059 or 5071927. OLE color: 5071927.

HSL color Cylindrical-coordinate representation of color #37644D: hue angle of 149.33º 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 #37644D is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 77 -
CMYK 0.45 0 0.23 0.61
HSL 149.33º 0.29% 0.3% -
HSV(B) 149.33º 0.45% 0.39% -
XYZ 7.47 10.46 8.65 -
YUV 83.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 55 100 77 0.45 0 0.23 0.61 149.33 0.29 0.3
Hex 37 64 4D 2D 0 17 3D 95 1D 1E
Octal 67 144 115 55 0 27 75 225 35 36
Binary 110111 1100100 1001101 101101 0 10111 111101 10010101 11101 11110

Color Harmonies of #37644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37644D

Black with #37644D

Text Example


Text Example

White with #37644D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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