Html Css Color HEX #3E6050 Plantation

📋 copy color: '#3E6050'

red 62 ◦ green 96 ◦ blue 80

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

Shades of Plantation #3E6050

Tints of Plantation #3E6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 26.05%
G = 40.34%
B = 33.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#3E6050 (or 0x3E6050) is known color: Plantation. HEX triplet: 3E, 60 and 50. RGB value is (62,96,80). Sum of RGB (Red+Green+Blue) = 62+96+80=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6050 is #C19FAF. Grayscale: #545454. Windows color (decimal): -12689328 or 5267518. OLE color: 5267518.

HSL color Cylindrical-coordinate representation of color #3E6050: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E6050 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 96 80 -
CMYK 0.35 0 0.17 0.62
HSL 151.76º 0.22% 0.31% -
HSV(B) 151.76º 0.35% 0.38% -
XYZ 7.62 9.97 9.11 -
YUV 84.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 62 96 80 0.35 0 0.17 0.62 151.76 0.22 0.31
Hex 3E 60 50 23 0 11 3E 98 16 1F
Octal 76 140 120 43 0 21 76 230 26 37
Binary 111110 1100000 1010000 100011 0 10001 111110 10011000 10110 11111

Color Harmonies of #3E6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6050

Black with #3E6050

Text Example


Text Example

White with #3E6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,80); }

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

background-color css

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

 a { background-color: rgb(62,96,80); }

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

border-color css

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

 span { border-color: rgb(62,96,80); }

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