Html Css Color HEX #406A25 Dell

📋 copy color: '#406A25'

red 64 ◦ green 106 ◦ blue 37

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

Shades of Dell #406A25

Tints of Dell #406A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.21%

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

R = 30.92%
G = 51.21%
B = 17.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#406A25 (or 0x406A25) is known color: Dell. HEX triplet: 40, 6A and 25. RGB value is (64,106,37). Sum of RGB (Red+Green+Blue) = 64+106+37=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #406A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A25 is #BF95DA. Grayscale: #555555. Windows color (decimal): -12555739 or 2452032. OLE color: 2452032.

HSL color Cylindrical-coordinate representation of color #406A25: hue angle of 96.52º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406A25 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 37 -
CMYK 0.40 0 0.65 0.58
HSL 96.52º 0.48% 0.28% -
HSV(B) 96.52º 0.65% 0.42% -
XYZ 7.6 11.53 3.58 -
YUV 85.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 64 106 37 0.40 0 0.65 0.58 96.52 0.48 0.28
Hex 40 6A 25 28 0 41 3A 61 30 1C
Octal 100 152 45 50 0 101 72 141 60 34
Binary 1000000 1101010 100101 101000 0 1000001 111010 1100001 110000 11100

Color Harmonies of #406A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A25

Black with #406A25

Text Example


Text Example

White with #406A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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