Html Css Color HEX #375A49 Plantation

📋 copy color: '#375A49'

red 55 ◦ green 90 ◦ blue 73

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

Shades of Plantation #375A49

Tints of Plantation #375A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

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

R = 25.23%
G = 41.28%
B = 33.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#375A49 (or 0x375A49) is known color: Plantation. HEX triplet: 37, 5A and 49. RGB value is (55,90,73). Sum of RGB (Red+Green+Blue) = 55+90+73=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #375A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A49 is #C8A5B6. Grayscale: #4D4D4D. Windows color (decimal): -13149623 or 4807223. OLE color: 4807223.

HSL color Cylindrical-coordinate representation of color #375A49: hue angle of 150.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A49 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 73 -
CMYK 0.39 0 0.19 0.65
HSL 150.86º 0.24% 0.28% -
HSV(B) 150.86º 0.39% 0.35% -
XYZ 6.43 8.61 7.63 -
YUV 77.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 55 90 73 0.39 0 0.19 0.65 150.86 0.24 0.28
Hex 37 5A 49 27 0 13 41 97 18 1C
Octal 67 132 111 47 0 23 101 227 30 34
Binary 110111 1011010 1001001 100111 0 10011 1000001 10010111 11000 11100

Color Harmonies of #375A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A49

Black with #375A49

Text Example


Text Example

White with #375A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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