Html Css Color HEX #3F6C15 Dell

📋 copy color: '#3F6C15'

red 63 ◦ green 108 ◦ blue 21

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

Shades of Dell #3F6C15

Tints of Dell #3F6C15

RGB

 RED value IS 63 (25% from 255) = 32.81%

 GREEN value IS 108 (42.58% from 255) = 56.25%

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 32.81%
G = 56.25%
B = 10.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#3F6C15 (or 0x3F6C15) is known color: Dell. HEX triplet: 3F, 6C and 15. RGB value is (63,108,21). Sum of RGB (Red+Green+Blue) = 63+108+21=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6C15 is #C093EA. Grayscale: #545454. Windows color (decimal): -12620779 or 1403967. OLE color: 1403967.

HSL color Cylindrical-coordinate representation of color #3F6C15: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F6C15 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 108 21 -
CMYK 0.42 0 0.81 0.58
HSL 91.03º 0.67% 0.25% -
HSV(B) 91.03º 0.81% 0.42% -
XYZ 7.55 11.84 2.6 -
YUV 84.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 63 108 21 0.42 0 0.81 0.58 91.03 0.67 0.25
Hex 3F 6C 15 2A 0 51 3A 5B 43 19
Octal 77 154 25 52 0 121 72 133 103 31
Binary 111111 1101100 10101 101010 0 1010001 111010 1011011 1000011 11001

Color Harmonies of #3F6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C15

Black with #3F6C15

Text Example


Text Example

White with #3F6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,108,21); }

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

background-color css

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

 a { background-color: rgb(63,108,21); }

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

border-color css

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

 span { border-color: rgb(63,108,21); }

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