Html Css Color HEX #375043 Plantation

📋 copy color: '#375043'

red 55 ◦ green 80 ◦ blue 67

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

Shades of Plantation #375043

Tints of Plantation #375043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 27.23%
G = 39.6%
B = 33.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#375043 (or 0x375043) is known color: Plantation. HEX triplet: 37, 50 and 43. RGB value is (55,80,67). Sum of RGB (Red+Green+Blue) = 55+80+67=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #375043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375043 is #C8AFBC. Grayscale: #474747. Windows color (decimal): -13152189 or 4411447. OLE color: 4411447.

HSL color Cylindrical-coordinate representation of color #375043: hue angle of 148.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375043 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 67 -
CMYK 0.31 0 0.16 0.69
HSL 148.8º 0.19% 0.26% -
HSV(B) 148.8º 0.31% 0.31% -
XYZ 5.46 6.95 6.36 -
YUV 71.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 55 80 67 0.31 0 0.16 0.69 148.8 0.19 0.26
Hex 37 50 43 1F 0 10 45 95 13 1A
Octal 67 120 103 37 0 20 105 225 23 32
Binary 110111 1010000 1000011 11111 0 10000 1000101 10010101 10011 11010

Color Harmonies of #375043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375043

Black with #375043

Text Example


Text Example

White with #375043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375043; }

 p { color: rgb(55,80,67); }

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

background-color css

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

 a { background-color: rgb(55,80,67); }

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

border-color css

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

 span { border-color: rgb(55,80,67); }

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