Html Css Color HEX #375446 Plantation

📋 copy color: '#375446'

red 55 ◦ green 84 ◦ blue 70

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

Shades of Plantation #375446

Tints of Plantation #375446

RGB

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

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

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

R = 26.32%
G = 40.19%
B = 33.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#375446 (or 0x375446) is known color: Plantation. HEX triplet: 37, 54 and 46. RGB value is (55,84,70). Sum of RGB (Red+Green+Blue) = 55+84+70=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #375446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375446 is #C8ABB9. Grayscale: #494949. Windows color (decimal): -13151162 or 4609079. OLE color: 4609079.

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

Color convert

RGB 55 84 70 -
CMYK 0.35 0 0.17 0.67
HSL 151.03º 0.21% 0.27% -
HSV(B) 151.03º 0.35% 0.33% -
XYZ 5.85 7.6 6.95 -
YUV 73.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 55 84 70 0.35 0 0.17 0.67 151.03 0.21 0.27
Hex 37 54 46 23 0 11 43 97 15 1B
Octal 67 124 106 43 0 21 103 227 25 33
Binary 110111 1010100 1000110 100011 0 10001 1000011 10010111 10101 11011

Color Harmonies of #375446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375446

Black with #375446

Text Example


Text Example

White with #375446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375446; }

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

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

background-color css

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

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

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

border-color css

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

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

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