Html Css Color HEX #3E6029 Dell

📋 copy color: '#3E6029'

red 62 ◦ green 96 ◦ blue 41

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

Shades of Dell #3E6029

Tints of Dell #3E6029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 31.16%
G = 48.24%
B = 20.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#3E6029 (or 0x3E6029) is known color: Dell. HEX triplet: 3E, 60 and 29. RGB value is (62,96,41). Sum of RGB (Red+Green+Blue) = 62+96+41=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6029 is #C19FD6. Grayscale: #4F4F4F. Windows color (decimal): -12689367 or 2711614. OLE color: 2711614.

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

Color convert

RGB 62 96 41 -
CMYK 0.35 0 0.57 0.62
HSL 97.09º 0.4% 0.27% -
HSV(B) 97.09º 0.57% 0.38% -
XYZ 6.57 9.55 3.59 -
YUV 79.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 62 96 41 0.35 0 0.57 0.62 97.09 0.4 0.27
Hex 3E 60 29 23 0 39 3E 61 28 1B
Octal 76 140 51 43 0 71 76 141 50 33
Binary 111110 1100000 101001 100011 0 111001 111110 1100001 101000 11011

Color Harmonies of #3E6029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6029

Black with #3E6029

Text Example


Text Example

White with #3E6029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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