Html Css Color HEX #3E4B44 Plantation

📋 copy color: '#3E4B44'

red 62 ◦ green 75 ◦ blue 68

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

Shades of Plantation #3E4B44

Tints of Plantation #3E4B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

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

R = 30.24%
G = 36.59%
B = 33.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#3E4B44 (or 0x3E4B44) is known color: Plantation. HEX triplet: 3E, 4B and 44. RGB value is (62,75,68). Sum of RGB (Red+Green+Blue) = 62+75+68=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B44 is #C1B4BB. Grayscale: #464646. Windows color (decimal): -12694716 or 4475710. OLE color: 4475710.

HSL color Cylindrical-coordinate representation of color #3E4B44: hue angle of 147.69º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4B44 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 75 68 -
CMYK 0.17 0 0.09 0.71
HSL 147.69º 0.09% 0.27% -
HSV(B) 147.69º 0.17% 0.29% -
XYZ 5.55 6.47 6.43 -
YUV 70.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 62 75 68 0.17 0 0.09 0.71 147.69 0.09 0.27
Hex 3E 4B 44 11 0 9 47 94 9 1B
Octal 76 113 104 21 0 11 107 224 11 33
Binary 111110 1001011 1000100 10001 0 1001 1000111 10010100 1001 11011

Color Harmonies of #3E4B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B44

Black with #3E4B44

Text Example


Text Example

White with #3E4B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,68); }

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

background-color css

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

 a { background-color: rgb(62,75,68); }

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

border-color css

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

 span { border-color: rgb(62,75,68); }

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