Html Css Color HEX #3E4C45 Plantation

📋 copy color: '#3E4C45'

red 62 ◦ green 76 ◦ blue 69

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

Shades of Plantation #3E4C45

Tints of Plantation #3E4C45

RGB

 RED value IS 62 (24.61% from 255) = 29.95%

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 29.95%
G = 36.71%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#3E4C45 (or 0x3E4C45) is known color: Plantation. HEX triplet: 3E, 4C and 45. RGB value is (62,76,69). Sum of RGB (Red+Green+Blue) = 62+76+69=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C45 is #C1B3BA. Grayscale: #474747. Windows color (decimal): -12694459 or 4541502. OLE color: 4541502.

HSL color Cylindrical-coordinate representation of color #3E4C45: hue angle of 150º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4C45 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 76 69 -
CMYK 0.18 0 0.09 0.70
HSL 150º 0.1% 0.27% -
HSV(B) 150º 0.18% 0.3% -
XYZ 5.65 6.62 6.61 -
YUV 71.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 62 76 69 0.18 0 0.09 0.70 150 0.1 0.27
Hex 3E 4C 45 12 0 9 46 96 A 1B
Octal 76 114 105 22 0 11 106 226 12 33
Binary 111110 1001100 1000101 10010 0 1001 1000110 10010110 1010 11011

Color Harmonies of #3E4C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C45

Black with #3E4C45

Text Example


Text Example

White with #3E4C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4C45; }

 p { color: rgb(62,76,69); }

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

background-color css

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

 a { background-color: rgb(62,76,69); }

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

border-color css

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

 span { border-color: rgb(62,76,69); }

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