Html Css Color HEX #37644B Plantation

📋 copy color: '#37644B'

red 55 ◦ green 100 ◦ blue 75

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

Shades of Plantation #37644B

Tints of Plantation #37644B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 23.91%
G = 43.48%
B = 32.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#37644B (or 0x37644B) is known color: Plantation. HEX triplet: 37, 64 and 4B. RGB value is (55,100,75). Sum of RGB (Red+Green+Blue) = 55+100+75=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #37644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37644B is #C89BB4. Grayscale: #535353. Windows color (decimal): -13147061 or 4940855. OLE color: 4940855.

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

Color convert

RGB 55 100 75 -
CMYK 0.45 0 0.25 0.61
HSL 146.67º 0.29% 0.3% -
HSV(B) 146.67º 0.45% 0.39% -
XYZ 7.4 10.43 8.28 -
YUV 83.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 55 100 75 0.45 0 0.25 0.61 146.67 0.29 0.3
Hex 37 64 4B 2D 0 19 3D 93 1D 1E
Octal 67 144 113 55 0 31 75 223 35 36
Binary 110111 1100100 1001011 101101 0 11001 111101 10010011 11101 11110

Color Harmonies of #37644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37644B

Black with #37644B

Text Example


Text Example

White with #37644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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