Html Css Color HEX #375545 Plantation

📋 copy color: '#375545'

red 55 ◦ green 85 ◦ blue 69

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

Shades of Plantation #375545

Tints of Plantation #375545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 26.32%
G = 40.67%
B = 33.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#375545 (or 0x375545) is known color: Plantation. HEX triplet: 37, 55 and 45. RGB value is (55,85,69). Sum of RGB (Red+Green+Blue) = 55+85+69=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #375545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375545 is #C8AABA. Grayscale: #4A4A4A. Windows color (decimal): -13150907 or 4543799. OLE color: 4543799.

HSL color Cylindrical-coordinate representation of color #375545: hue angle of 148º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375545 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 69 -
CMYK 0.35 0 0.19 0.67
HSL 148º 0.21% 0.27% -
HSV(B) 148º 0.35% 0.33% -
XYZ 5.9 7.74 6.81 -
YUV 74.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 55 85 69 0.35 0 0.19 0.67 148 0.21 0.27
Hex 37 55 45 23 0 13 43 94 15 1B
Octal 67 125 105 43 0 23 103 224 25 33
Binary 110111 1010101 1000101 100011 0 10011 1000011 10010100 10101 11011

Color Harmonies of #375545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375545

Black with #375545

Text Example


Text Example

White with #375545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375545; }

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

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

background-color css

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

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

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

border-color css

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

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

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