Html Css Color HEX #3E6028 Dell

📋 copy color: '#3E6028'

red 62 ◦ green 96 ◦ blue 40

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

Shades of Dell #3E6028

Tints of Dell #3E6028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 31.31%
G = 48.48%
B = 20.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#3E6028 (or 0x3E6028) is known color: Dell. HEX triplet: 3E, 60 and 28. RGB value is (62,96,40). Sum of RGB (Red+Green+Blue) = 62+96+40=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6028 is #C19FD7. Grayscale: #4F4F4F. Windows color (decimal): -12689368 or 2646078. OLE color: 2646078.

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

Color convert

RGB 62 96 40 -
CMYK 0.35 0 0.58 0.62
HSL 96.43º 0.41% 0.27% -
HSV(B) 96.43º 0.58% 0.38% -
XYZ 6.55 9.54 3.5 -
YUV 79.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 62 96 40 0.35 0 0.58 0.62 96.43 0.41 0.27
Hex 3E 60 28 23 0 3A 3E 60 29 1B
Octal 76 140 50 43 0 72 76 140 51 33
Binary 111110 1100000 101000 100011 0 111010 111110 1100000 101001 11011

Color Harmonies of #3E6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6028

Black with #3E6028

Text Example


Text Example

White with #3E6028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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