Html Css Color HEX #375345 Plantation

📋 copy color: '#375345'

red 55 ◦ green 83 ◦ blue 69

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

Shades of Plantation #375345

Tints of Plantation #375345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 26.57%
G = 40.1%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#375345 (or 0x375345) is known color: Plantation. HEX triplet: 37, 53 and 45. RGB value is (55,83,69). Sum of RGB (Red+Green+Blue) = 55+83+69=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #375345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375345 is #C8ACBA. Grayscale: #494949. Windows color (decimal): -13151419 or 4543287. OLE color: 4543287.

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

Color convert

RGB 55 83 69 -
CMYK 0.34 0 0.17 0.67
HSL 150º 0.2% 0.27% -
HSV(B) 150º 0.34% 0.33% -
XYZ 5.74 7.43 6.76 -
YUV 73.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 55 83 69 0.34 0 0.17 0.67 150 0.2 0.27
Hex 37 53 45 22 0 11 43 96 14 1B
Octal 67 123 105 42 0 21 103 226 24 33
Binary 110111 1010011 1000101 100010 0 10001 1000011 10010110 10100 11011

Color Harmonies of #375345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375345

Black with #375345

Text Example


Text Example

White with #375345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375345; }

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

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

background-color css

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

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

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

border-color css

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

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

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