Html Css Color HEX #3E5D4B Plantation

📋 copy color: '#3E5D4B'

red 62 ◦ green 93 ◦ blue 75

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

Shades of Plantation #3E5D4B

Tints of Plantation #3E5D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 26.96%
G = 40.43%
B = 32.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#3E5D4B (or 0x3E5D4B) is known color: Plantation. HEX triplet: 3E, 5D and 4B. RGB value is (62,93,75). Sum of RGB (Red+Green+Blue) = 62+93+75=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5D4B is #C1A2B4. Grayscale: #515151. Windows color (decimal): -12690101 or 4939070. OLE color: 4939070.

HSL color Cylindrical-coordinate representation of color #3E5D4B: hue angle of 145.16º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E5D4B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 93 75 -
CMYK 0.33 0 0.19 0.64
HSL 145.16º 0.2% 0.3% -
HSV(B) 145.16º 0.33% 0.36% -
XYZ 7.17 9.36 8.09 -
YUV 81.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 62 93 75 0.33 0 0.19 0.64 145.16 0.2 0.3
Hex 3E 5D 4B 21 0 13 40 91 14 1E
Octal 76 135 113 41 0 23 100 221 24 36
Binary 111110 1011101 1001011 100001 0 10011 1000000 10010001 10100 11110

Color Harmonies of #3E5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5D4B

Black with #3E5D4B

Text Example


Text Example

White with #3E5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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