Html Css Color HEX #37644A Plantation

📋 copy color: '#37644A'

red 55 ◦ green 100 ◦ blue 74

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

Shades of Plantation #37644A

Tints of Plantation #37644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.31%

R = 24.02%
G = 43.67%
B = 32.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#37644A (or 0x37644A) is known color: Plantation. HEX triplet: 37, 64 and 4A. RGB value is (55,100,74). Sum of RGB (Red+Green+Blue) = 55+100+74=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #37644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37644A is #C89BB5. Grayscale: #535353. Windows color (decimal): -13147062 or 4875319. OLE color: 4875319.

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

Color convert

RGB 55 100 74 -
CMYK 0.45 0 0.26 0.61
HSL 145.33º 0.29% 0.3% -
HSV(B) 145.33º 0.45% 0.39% -
XYZ 7.37 10.42 8.1 -
YUV 83.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 55 100 74 0.45 0 0.26 0.61 145.33 0.29 0.3
Hex 37 64 4A 2D 0 1A 3D 91 1D 1E
Octal 67 144 112 55 0 32 75 221 35 36
Binary 110111 1100100 1001010 101101 0 11010 111101 10010001 11101 11110

Color Harmonies of #37644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37644A

Black with #37644A

Text Example


Text Example

White with #37644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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