Html Css Color HEX #375245 Plantation

📋 copy color: '#375245'

red 55 ◦ green 82 ◦ blue 69

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

Shades of Plantation #375245

Tints of Plantation #375245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 26.7%
G = 39.81%
B = 33.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#375245 (or 0x375245) is known color: Plantation. HEX triplet: 37, 52 and 45. RGB value is (55,82,69). Sum of RGB (Red+Green+Blue) = 55+82+69=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #375245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375245 is #C8ADBA. Grayscale: #484848. Windows color (decimal): -13151675 or 4543031. OLE color: 4543031.

HSL color Cylindrical-coordinate representation of color #375245: hue angle of 151.11º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375245 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 69 -
CMYK 0.33 0 0.16 0.68
HSL 151.11º 0.2% 0.27% -
HSV(B) 151.11º 0.33% 0.32% -
XYZ 5.67 7.28 6.74 -
YUV 72.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 55 82 69 0.33 0 0.16 0.68 151.11 0.2 0.27
Hex 37 52 45 21 0 10 44 97 14 1B
Octal 67 122 105 41 0 20 104 227 24 33
Binary 110111 1010010 1000101 100001 0 10000 1000100 10010111 10100 11011

Color Harmonies of #375245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375245

Black with #375245

Text Example


Text Example

White with #375245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375245; }

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

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

background-color css

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

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

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

border-color css

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

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

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