Html Css Color HEX #3E6323 Dell

📋 copy color: '#3E6323'

red 62 ◦ green 99 ◦ blue 35

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

Shades of Dell #3E6323

Tints of Dell #3E6323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.51%

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 31.63%
G = 50.51%
B = 17.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#3E6323 (or 0x3E6323) is known color: Dell. HEX triplet: 3E, 63 and 23. RGB value is (62,99,35). Sum of RGB (Red+Green+Blue) = 62+99+35=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6323 is #C19CDC. Grayscale: #505050. Windows color (decimal): -12688605 or 2319166. OLE color: 2319166.

HSL color Cylindrical-coordinate representation of color #3E6323: hue angle of 94.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E6323 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 99 35 -
CMYK 0.37 0 0.65 0.61
HSL 94.69º 0.48% 0.26% -
HSV(B) 94.69º 0.65% 0.39% -
XYZ 6.75 10.07 3.18 -
YUV 80.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 62 99 35 0.37 0 0.65 0.61 94.69 0.48 0.26
Hex 3E 63 23 25 0 41 3D 5F 30 1A
Octal 76 143 43 45 0 101 75 137 60 32
Binary 111110 1100011 100011 100101 0 1000001 111101 1011111 110000 11010

Color Harmonies of #3E6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6323

Black with #3E6323

Text Example


Text Example

White with #3E6323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,99,35); }

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

background-color css

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

 a { background-color: rgb(62,99,35); }

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

border-color css

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

 span { border-color: rgb(62,99,35); }

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