Html Css Color HEX #3E601A Dell

📋 copy color: '#3E601A'

red 62 ◦ green 96 ◦ blue 26

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

Shades of Dell #3E601A

Tints of Dell #3E601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 33.7%
G = 52.17%
B = 14.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#3E601A (or 0x3E601A) is known color: Dell. HEX triplet: 3E, 60 and 1A. RGB value is (62,96,26). Sum of RGB (Red+Green+Blue) = 62+96+26=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #3E601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E601A is #C19FE5. Grayscale: #4E4E4E. Windows color (decimal): -12689382 or 1728574. OLE color: 1728574.

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

Color convert

RGB 62 96 26 -
CMYK 0.35 0 0.73 0.62
HSL 89.14º 0.57% 0.24% -
HSV(B) 89.14º 0.73% 0.38% -
XYZ 6.36 9.46 2.47 -
YUV 77.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 62 96 26 0.35 0 0.73 0.62 89.14 0.57 0.24
Hex 3E 60 1A 23 0 49 3E 59 39 18
Octal 76 140 32 43 0 111 76 131 71 30
Binary 111110 1100000 11010 100011 0 1001001 111110 1011001 111001 11000

Color Harmonies of #3E601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E601A

Black with #3E601A

Text Example


Text Example

White with #3E601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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