Html Css Color HEX #375E49 Plantation

📋 copy color: '#375E49'

red 55 ◦ green 94 ◦ blue 73

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

Shades of Plantation #375E49

Tints of Plantation #375E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 24.77%
G = 42.34%
B = 32.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#375E49 (or 0x375E49) is known color: Plantation. HEX triplet: 37, 5E and 49. RGB value is (55,94,73). Sum of RGB (Red+Green+Blue) = 55+94+73=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #375E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E49 is #C8A1B6. Grayscale: #4F4F4F. Windows color (decimal): -13148599 or 4808247. OLE color: 4808247.

HSL color Cylindrical-coordinate representation of color #375E49: hue angle of 147.69º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375E49 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 94 73 -
CMYK 0.41 0 0.22 0.63
HSL 147.69º 0.26% 0.29% -
HSV(B) 147.69º 0.41% 0.37% -
XYZ 6.78 9.3 7.74 -
YUV 79.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 55 94 73 0.41 0 0.22 0.63 147.69 0.26 0.29
Hex 37 5E 49 29 0 16 3F 94 1A 1D
Octal 67 136 111 51 0 26 77 224 32 35
Binary 110111 1011110 1001001 101001 0 10110 111111 10010100 11010 11101

Color Harmonies of #375E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E49

Black with #375E49

Text Example


Text Example

White with #375E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E49; }

 p { color: rgb(55,94,73); }

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

background-color css

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

 a { background-color: rgb(55,94,73); }

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

border-color css

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

 span { border-color: rgb(55,94,73); }

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