Html Css Color HEX #3C6414 Dell

📋 copy color: '#3C6414'

red 60 ◦ green 100 ◦ blue 20

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

Shades of Dell #3C6414

Tints of Dell #3C6414

RGB

 RED value IS 60 (23.83% from 255) = 33.33%

 GREEN value IS 100 (39.45% from 255) = 55.56%

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

R = 33.33%
G = 55.56%
B = 11.11%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#3C6414 (or 0x3C6414) is known color: Dell. HEX triplet: 3C, 64 and 14. RGB value is (60,100,20). Sum of RGB (Red+Green+Blue) = 60+100+20=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6414 is #C39BEB. Grayscale: #4F4F4F. Windows color (decimal): -12819436 or 1336380. OLE color: 1336380.

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

Color convert

RGB 60 100 20 -
CMYK 0.4 0 0.8 0.61
HSL 90º 0.67% 0.24% -
HSV(B) 90º 0.8% 0.39% -
XYZ 6.55 10.13 2.27 -
YUV 78.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 60 100 20 0.4 0 0.8 0.61 90 0.67 0.24
Hex 3C 64 14 28 0 50 3D 5A 43 18
Octal 74 144 24 50 0 120 75 132 103 30
Binary 111100 1100100 10100 101000 0 1010000 111101 1011010 1000011 11000

Color Harmonies of #3C6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6414

Black with #3C6414

Text Example


Text Example

White with #3C6414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,20); }

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

background-color css

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

 a { background-color: rgb(60,100,20); }

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

border-color css

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

 span { border-color: rgb(60,100,20); }

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