Html Css Color HEX #3E6714 Dell

📋 copy color: '#3E6714'

red 62 ◦ green 103 ◦ blue 20

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

Shades of Dell #3E6714

Tints of Dell #3E6714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.68%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 33.51%
G = 55.68%
B = 10.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#3E6714 (or 0x3E6714) is known color: Dell. HEX triplet: 3E, 67 and 14. RGB value is (62,103,20). Sum of RGB (Red+Green+Blue) = 62+103+20=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6714 is #C198EB. Grayscale: #515151. Windows color (decimal): -12687596 or 1337150. OLE color: 1337150.

HSL color Cylindrical-coordinate representation of color #3E6714: hue angle of 89.64º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E6714 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 62 103 20 -
CMYK 0.40 0 0.81 0.60
HSL 89.64º 0.67% 0.24% -
HSV(B) 89.64º 0.81% 0.4% -
XYZ 6.96 10.78 2.37 -
YUV 81.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 62 103 20 0.40 0 0.81 0.60 89.64 0.67 0.24
Hex 3E 67 14 28 0 51 3C 5A 43 18
Octal 76 147 24 50 0 121 74 132 103 30
Binary 111110 1100111 10100 101000 0 1010001 111100 1011010 1000011 11000

Color Harmonies of #3E6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6714

Black with #3E6714

Text Example


Text Example

White with #3E6714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,103,20); }

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

background-color css

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

 a { background-color: rgb(62,103,20); }

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

border-color css

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

 span { border-color: rgb(62,103,20); }

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