Html Css Color HEX #375445 Plantation

📋 copy color: '#375445'

red 55 ◦ green 84 ◦ blue 69

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

Shades of Plantation #375445

Tints of Plantation #375445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 26.44%
G = 40.38%
B = 33.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#375445 (or 0x375445) is known color: Plantation. HEX triplet: 37, 54 and 45. RGB value is (55,84,69). Sum of RGB (Red+Green+Blue) = 55+84+69=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #375445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375445 is #C8ABBA. Grayscale: #494949. Windows color (decimal): -13151163 or 4543543. OLE color: 4543543.

HSL color Cylindrical-coordinate representation of color #375445: hue angle of 148.97º 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 #375445 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 69 -
CMYK 0.35 0 0.18 0.67
HSL 148.97º 0.21% 0.27% -
HSV(B) 148.97º 0.35% 0.33% -
XYZ 5.82 7.58 6.79 -
YUV 73.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 55 84 69 0.35 0 0.18 0.67 148.97 0.21 0.27
Hex 37 54 45 23 0 12 43 95 15 1B
Octal 67 124 105 43 0 22 103 225 25 33
Binary 110111 1010100 1000101 100011 0 10010 1000011 10010101 10101 11011

Color Harmonies of #375445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375445

Black with #375445

Text Example


Text Example

White with #375445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375445; }

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

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

background-color css

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

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

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

border-color css

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

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

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