Html Css Color HEX #3E5A27 Dell

📋 copy color: '#3E5A27'

red 62 ◦ green 90 ◦ blue 39

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

Shades of Dell #3E5A27

Tints of Dell #3E5A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 32.46%
G = 47.12%
B = 20.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#3E5A27 (or 0x3E5A27) is known color: Dell. HEX triplet: 3E, 5A and 27. RGB value is (62,90,39). Sum of RGB (Red+Green+Blue) = 62+90+39=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A27 is #C1A5D8. Grayscale: #4B4B4B. Windows color (decimal): -12690905 or 2579006. OLE color: 2579006.

HSL color Cylindrical-coordinate representation of color #3E5A27: hue angle of 92.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E5A27 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 39 -
CMYK 0.31 0 0.57 0.65
HSL 92.94º 0.4% 0.25% -
HSV(B) 92.94º 0.57% 0.35% -
XYZ 6.01 8.48 3.24 -
YUV 75.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 62 90 39 0.31 0 0.57 0.65 92.94 0.4 0.25
Hex 3E 5A 27 1F 0 39 41 5D 28 19
Octal 76 132 47 37 0 71 101 135 50 31
Binary 111110 1011010 100111 11111 0 111001 1000001 1011101 101000 11001

Color Harmonies of #3E5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A27

Black with #3E5A27

Text Example


Text Example

White with #3E5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,39); }

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

background-color css

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

 a { background-color: rgb(62,90,39); }

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

border-color css

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

 span { border-color: rgb(62,90,39); }

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