Html Css Color HEX #37634C Plantation

📋 copy color: '#37634C'

red 55 ◦ green 99 ◦ blue 76

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

Shades of Plantation #37634C

Tints of Plantation #37634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 23.91%
G = 43.04%
B = 33.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#37634C (or 0x37634C) is known color: Plantation. HEX triplet: 37, 63 and 4C. RGB value is (55,99,76). Sum of RGB (Red+Green+Blue) = 55+99+76=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #37634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37634C is #C89CB3. Grayscale: #535353. Windows color (decimal): -13147316 or 5006135. OLE color: 5006135.

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

Color convert

RGB 55 99 76 -
CMYK 0.44 0 0.23 0.61
HSL 148.64º 0.29% 0.3% -
HSV(B) 148.64º 0.44% 0.39% -
XYZ 7.34 10.26 8.43 -
YUV 83.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 55 99 76 0.44 0 0.23 0.61 148.64 0.29 0.3
Hex 37 63 4C 2C 0 17 3D 95 1D 1E
Octal 67 143 114 54 0 27 75 225 35 36
Binary 110111 1100011 1001100 101100 0 10111 111101 10010101 11101 11110

Color Harmonies of #37634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37634C

Black with #37634C

Text Example


Text Example

White with #37634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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