Html Css Color HEX #406318 Dell

📋 copy color: '#406318'

red 64 ◦ green 99 ◦ blue 24

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

Shades of Dell #406318

Tints of Dell #406318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 34.22%
G = 52.94%
B = 12.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#406318 (or 0x406318) is known color: Dell. HEX triplet: 40, 63 and 18. RGB value is (64,99,24). Sum of RGB (Red+Green+Blue) = 64+99+24=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #406318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406318 is #BF9CE7. Grayscale: #505050. Windows color (decimal): -12557544 or 1598272. OLE color: 1598272.

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

Color convert

RGB 64 99 24 -
CMYK 0.35 0 0.76 0.61
HSL 88º 0.61% 0.24% -
HSV(B) 88º 0.76% 0.39% -
XYZ 6.74 10.08 2.45 -
YUV 79.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 64 99 24 0.35 0 0.76 0.61 88 0.61 0.24
Hex 40 63 18 23 0 4C 3D 58 3D 18
Octal 100 143 30 43 0 114 75 130 75 30
Binary 1000000 1100011 11000 100011 0 1001100 111101 1011000 111101 11000

Color Harmonies of #406318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406318

Black with #406318

Text Example


Text Example

White with #406318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406318; }

 p { color: rgb(64,99,24); }

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

background-color css

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

 a { background-color: rgb(64,99,24); }

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

border-color css

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

 span { border-color: rgb(64,99,24); }

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