Html Css Color HEX #37664D Plantation

📋 copy color: '#37664D'

red 55 ◦ green 102 ◦ blue 77

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

Shades of Plantation #37664D

Tints of Plantation #37664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

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

R = 23.5%
G = 43.59%
B = 32.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#37664D (or 0x37664D) is known color: Plantation. HEX triplet: 37, 66 and 4D. RGB value is (55,102,77). Sum of RGB (Red+Green+Blue) = 55+102+77=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #37664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37664D is #C899B2. Grayscale: #555555. Windows color (decimal): -13146547 or 5072439. OLE color: 5072439.

HSL color Cylindrical-coordinate representation of color #37664D: hue angle of 148.09º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37664D is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 102 77 -
CMYK 0.46 0 0.25 0.6
HSL 148.09º 0.3% 0.31% -
HSV(B) 148.09º 0.46% 0.4% -
XYZ 7.67 10.85 8.71 -
YUV 85.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 55 102 77 0.46 0 0.25 0.6 148.09 0.3 0.31
Hex 37 66 4D 2E 0 19 3C 94 1E 1F
Octal 67 146 115 56 0 31 74 224 36 37
Binary 110111 1100110 1001101 101110 0 11001 111100 10010100 11110 11111

Color Harmonies of #37664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37664D

Black with #37664D

Text Example


Text Example

White with #37664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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