Html Css Color HEX #3F6D24 Dell

📋 copy color: '#3F6D24'

red 63 ◦ green 109 ◦ blue 36

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

Shades of Dell #3F6D24

Tints of Dell #3F6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.4%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 30.29%
G = 52.4%
B = 17.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#3F6D24 (or 0x3F6D24) is known color: Dell. HEX triplet: 3F, 6D and 24. RGB value is (63,109,36). Sum of RGB (Red+Green+Blue) = 63+109+36=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6D24 is #C092DB. Grayscale: #575757. Windows color (decimal): -12620508 or 2387263. OLE color: 2387263.

HSL color Cylindrical-coordinate representation of color #3F6D24: hue angle of 97.81º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F6D24 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 109 36 -
CMYK 0.42 0 0.67 0.57
HSL 97.81º 0.5% 0.28% -
HSV(B) 97.81º 0.67% 0.43% -
XYZ 7.84 12.12 3.6 -
YUV 86.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 63 109 36 0.42 0 0.67 0.57 97.81 0.5 0.28
Hex 3F 6D 24 2A 0 43 39 62 32 1C
Octal 77 155 44 52 0 103 71 142 62 34
Binary 111111 1101101 100100 101010 0 1000011 111001 1100010 110010 11100

Color Harmonies of #3F6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6D24

Black with #3F6D24

Text Example


Text Example

White with #3F6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,109,36); }

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

background-color css

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

 a { background-color: rgb(63,109,36); }

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

border-color css

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

 span { border-color: rgb(63,109,36); }

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