Html Css Color HEX #375346 Plantation

📋 copy color: '#375346'

red 55 ◦ green 83 ◦ blue 70

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

Shades of Plantation #375346

Tints of Plantation #375346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 26.44%
G = 39.9%
B = 33.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#375346 (or 0x375346) is known color: Plantation. HEX triplet: 37, 53 and 46. RGB value is (55,83,70). Sum of RGB (Red+Green+Blue) = 55+83+70=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #375346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375346 is #C8ACB9. Grayscale: #494949. Windows color (decimal): -13151418 or 4608823. OLE color: 4608823.

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

Color convert

RGB 55 83 70 -
CMYK 0.34 0 0.16 0.67
HSL 152.14º 0.2% 0.27% -
HSV(B) 152.14º 0.34% 0.33% -
XYZ 5.77 7.44 6.93 -
YUV 73.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 55 83 70 0.34 0 0.16 0.67 152.14 0.2 0.27
Hex 37 53 46 22 0 10 43 98 14 1B
Octal 67 123 106 42 0 20 103 230 24 33
Binary 110111 1010011 1000110 100010 0 10000 1000011 10011000 10100 11011

Color Harmonies of #375346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375346

Black with #375346

Text Example


Text Example

White with #375346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375346; }

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

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

background-color css

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

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

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

border-color css

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

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

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