Html Css Color HEX #375044 Plantation

📋 copy color: '#375044'

red 55 ◦ green 80 ◦ blue 68

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

Shades of Plantation #375044

Tints of Plantation #375044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 27.09%
G = 39.41%
B = 33.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#375044 (or 0x375044) is known color: Plantation. HEX triplet: 37, 50 and 44. RGB value is (55,80,68). Sum of RGB (Red+Green+Blue) = 55+80+68=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #375044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375044 is #C8AFBB. Grayscale: #474747. Windows color (decimal): -13152188 or 4476983. OLE color: 4476983.

HSL color Cylindrical-coordinate representation of color #375044: hue angle of 151.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375044 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 68 -
CMYK 0.31 0 0.15 0.69
HSL 151.2º 0.19% 0.26% -
HSV(B) 151.2º 0.31% 0.31% -
XYZ 5.49 6.97 6.52 -
YUV 71.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 55 80 68 0.31 0 0.15 0.69 151.2 0.19 0.26
Hex 37 50 44 1F 0 F 45 97 13 1A
Octal 67 120 104 37 0 17 105 227 23 32
Binary 110111 1010000 1000100 11111 0 1111 1000101 10010111 10011 11010

Color Harmonies of #375044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375044

Black with #375044

Text Example


Text Example

White with #375044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375044; }

 p { color: rgb(55,80,68); }

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

background-color css

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

 a { background-color: rgb(55,80,68); }

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

border-color css

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

 span { border-color: rgb(55,80,68); }

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