Html Css Color HEX #375444 Plantation

📋 copy color: '#375444'

red 55 ◦ green 84 ◦ blue 68

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

Shades of Plantation #375444

Tints of Plantation #375444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 26.57%
G = 40.58%
B = 32.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#375444 (or 0x375444) is known color: Plantation. HEX triplet: 37, 54 and 44. RGB value is (55,84,68). Sum of RGB (Red+Green+Blue) = 55+84+68=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #375444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375444 is #C8ABBB. Grayscale: #494949. Windows color (decimal): -13151164 or 4478007. OLE color: 4478007.

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

Color convert

RGB 55 84 68 -
CMYK 0.35 0 0.19 0.67
HSL 146.9º 0.21% 0.27% -
HSV(B) 146.9º 0.35% 0.33% -
XYZ 5.79 7.57 6.62 -
YUV 73.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 55 84 68 0.35 0 0.19 0.67 146.9 0.21 0.27
Hex 37 54 44 23 0 13 43 93 15 1B
Octal 67 124 104 43 0 23 103 223 25 33
Binary 110111 1010100 1000100 100011 0 10011 1000011 10010011 10101 11011

Color Harmonies of #375444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375444

Black with #375444

Text Example


Text Example

White with #375444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375444; }

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

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

background-color css

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

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

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

border-color css

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

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

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