Html Css Color HEX #375045 Plantation

📋 copy color: '#375045'

red 55 ◦ green 80 ◦ blue 69

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

Shades of Plantation #375045

Tints of Plantation #375045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 26.96%
G = 39.22%
B = 33.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#375045 (or 0x375045) is known color: Plantation. HEX triplet: 37, 50 and 45. RGB value is (55,80,69). Sum of RGB (Red+Green+Blue) = 55+80+69=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #375045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375045 is #C8AFBA. Grayscale: #474747. Windows color (decimal): -13152187 or 4542519. OLE color: 4542519.

HSL color Cylindrical-coordinate representation of color #375045: hue angle of 153.6º 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 #375045 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 69 -
CMYK 0.31 0 0.14 0.69
HSL 153.6º 0.19% 0.26% -
HSV(B) 153.6º 0.31% 0.31% -
XYZ 5.52 6.98 6.69 -
YUV 71.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 55 80 69 0.31 0 0.14 0.69 153.6 0.19 0.26
Hex 37 50 45 1F 0 E 45 9A 13 1A
Octal 67 120 105 37 0 16 105 232 23 32
Binary 110111 1010000 1000101 11111 0 1110 1000101 10011010 10011 11010

Color Harmonies of #375045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375045

Black with #375045

Text Example


Text Example

White with #375045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375045; }

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

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

background-color css

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

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

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

border-color css

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

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

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