Html Css Color HEX #3E611D Dell

📋 copy color: '#3E611D'

red 62 ◦ green 97 ◦ blue 29

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

Shades of Dell #3E611D

Tints of Dell #3E611D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 32.98%
G = 51.6%
B = 15.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#3E611D (or 0x3E611D) is known color: Dell. HEX triplet: 3E, 61 and 1D. RGB value is (62,97,29). Sum of RGB (Red+Green+Blue) = 62+97+29=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #3E611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E611D is #C19EE2. Grayscale: #4F4F4F. Windows color (decimal): -12689123 or 1925438. OLE color: 1925438.

HSL color Cylindrical-coordinate representation of color #3E611D: hue angle of 90.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E611D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 97 29 -
CMYK 0.36 0 0.70 0.62
HSL 90.88º 0.54% 0.25% -
HSV(B) 90.88º 0.7% 0.38% -
XYZ 6.48 9.66 2.69 -
YUV 78.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 62 97 29 0.36 0 0.70 0.62 90.88 0.54 0.25
Hex 3E 61 1D 24 0 46 3E 5B 36 19
Octal 76 141 35 44 0 106 76 133 66 31
Binary 111110 1100001 11101 100100 0 1000110 111110 1011011 110110 11001

Color Harmonies of #3E611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E611D

Black with #3E611D

Text Example


Text Example

White with #3E611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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