Html Css Color HEX #406F25 Dell

📋 copy color: '#406F25'

red 64 ◦ green 111 ◦ blue 37

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

Shades of Dell #406F25

Tints of Dell #406F25

RGB

 RED value IS 64 (25.39% from 255) = 30.19%

 GREEN value IS 111 (43.75% from 255) = 52.36%

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 30.19%
G = 52.36%
B = 17.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#406F25 (or 0x406F25) is known color: Dell. HEX triplet: 40, 6F and 25. RGB value is (64,111,37). Sum of RGB (Red+Green+Blue) = 64+111+37=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #406F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F25 is #BF90DA. Grayscale: #585858. Windows color (decimal): -12554459 or 2453312. OLE color: 2453312.

HSL color Cylindrical-coordinate representation of color #406F25: hue angle of 98.11º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406F25 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 37 -
CMYK 0.42 0 0.67 0.56
HSL 98.11º 0.5% 0.29% -
HSV(B) 98.11º 0.67% 0.44% -
XYZ 8.13 12.59 3.75 -
YUV 88.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 64 111 37 0.42 0 0.67 0.56 98.11 0.5 0.29
Hex 40 6F 25 2A 0 43 38 62 32 1D
Octal 100 157 45 52 0 103 70 142 62 35
Binary 1000000 1101111 100101 101010 0 1000011 111000 1100010 110010 11101

Color Harmonies of #406F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F25

Black with #406F25

Text Example


Text Example

White with #406F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F25; }

 p { color: rgb(64,111,37); }

 H1.HeaderClassName
 {
   color: #406F25;
 }
 .AnyTagClassName
 {
   color: #406F25;
 }
</style>

background-color css

<style>
 a { background-color: #406F25; }

 a { background-color: rgb(64,111,37); }

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

border-color css

<style>
 span { border-color: #406F25; }

 span { border-color: rgb(64,111,37); }

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