Html Css Color HEX #37674C Plantation

📋 copy color: '#37674C'

red 55 ◦ green 103 ◦ blue 76

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

Shades of Plantation #37674C

Tints of Plantation #37674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.02%

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

R = 23.5%
G = 44.02%
B = 32.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#37674C (or 0x37674C) is known color: Plantation. HEX triplet: 37, 67 and 4C. RGB value is (55,103,76). Sum of RGB (Red+Green+Blue) = 55+103+76=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #37674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37674C is #C898B3. Grayscale: #555555. Windows color (decimal): -13146292 or 5007159. OLE color: 5007159.

HSL color Cylindrical-coordinate representation of color #37674C: hue angle of 146.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37674C is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 103 76 -
CMYK 0.47 0 0.26 0.60
HSL 146.25º 0.3% 0.31% -
HSV(B) 146.25º 0.47% 0.4% -
XYZ 7.73 11.03 8.56 -
YUV 85.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 55 103 76 0.47 0 0.26 0.60 146.25 0.3 0.31
Hex 37 67 4C 2F 0 1A 3C 92 1E 1F
Octal 67 147 114 57 0 32 74 222 36 37
Binary 110111 1100111 1001100 101111 0 11010 111100 10010010 11110 11111

Color Harmonies of #37674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37674C

Black with #37674C

Text Example


Text Example

White with #37674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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