Html Css Color HEX #3E6119 Dell

📋 copy color: '#3E6119'

red 62 ◦ green 97 ◦ blue 25

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

Shades of Dell #3E6119

Tints of Dell #3E6119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 33.7%
G = 52.72%
B = 13.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#3E6119 (or 0x3E6119) is known color: Dell. HEX triplet: 3E, 61 and 19. RGB value is (62,97,25). Sum of RGB (Red+Green+Blue) = 62+97+25=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6119 is #C19EE6. Grayscale: #4E4E4E. Windows color (decimal): -12689127 or 1663294. OLE color: 1663294.

HSL color Cylindrical-coordinate representation of color #3E6119: hue angle of 89.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E6119 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 97 25 -
CMYK 0.36 0 0.74 0.62
HSL 89.17º 0.59% 0.24% -
HSV(B) 89.17º 0.74% 0.38% -
XYZ 6.44 9.64 2.44 -
YUV 78.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 62 97 25 0.36 0 0.74 0.62 89.17 0.59 0.24
Hex 3E 61 19 24 0 4A 3E 59 3B 18
Octal 76 141 31 44 0 112 76 131 73 30
Binary 111110 1100001 11001 100100 0 1001010 111110 1011001 111011 11000

Color Harmonies of #3E6119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6119

Black with #3E6119

Text Example


Text Example

White with #3E6119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,97,25); }

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

background-color css

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

 a { background-color: rgb(62,97,25); }

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

border-color css

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

 span { border-color: rgb(62,97,25); }

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