Html Css Color HEX #3E612B Dell

📋 copy color: '#3E612B'

red 62 ◦ green 97 ◦ blue 43

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

Shades of Dell #3E612B

Tints of Dell #3E612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 30.69%
G = 48.02%
B = 21.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#3E612B (or 0x3E612B) is known color: Dell. HEX triplet: 3E, 61 and 2B. RGB value is (62,97,43). Sum of RGB (Red+Green+Blue) = 62+97+43=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #3E612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E612B is #C19ED4. Grayscale: #505050. Windows color (decimal): -12689109 or 2842942. OLE color: 2842942.

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

Color convert

RGB 62 97 43 -
CMYK 0.36 0 0.56 0.62
HSL 98.89º 0.39% 0.27% -
HSV(B) 98.89º 0.56% 0.38% -
XYZ 6.7 9.75 3.81 -
YUV 80.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 62 97 43 0.36 0 0.56 0.62 98.89 0.39 0.27
Hex 3E 61 2B 24 0 38 3E 63 27 1B
Octal 76 141 53 44 0 70 76 143 47 33
Binary 111110 1100001 101011 100100 0 111000 111110 1100011 100111 11011

Color Harmonies of #3E612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E612B

Black with #3E612B

Text Example


Text Example

White with #3E612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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