Html Css Color HEX #406C1B Dell

📋 copy color: '#406C1B'

red 64 ◦ green 108 ◦ blue 27

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

Shades of Dell #406C1B

Tints of Dell #406C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 32.16%
G = 54.27%
B = 13.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#406C1B (or 0x406C1B) is known color: Dell. HEX triplet: 40, 6C and 1B. RGB value is (64,108,27). Sum of RGB (Red+Green+Blue) = 64+108+27=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #406C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C1B is #BF93E4. Grayscale: #555555. Windows color (decimal): -12555237 or 1797184. OLE color: 1797184.

HSL color Cylindrical-coordinate representation of color #406C1B: hue angle of 92.59º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406C1B is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 27 -
CMYK 0.41 0 0.75 0.58
HSL 92.59º 0.6% 0.26% -
HSV(B) 92.59º 0.75% 0.42% -
XYZ 7.67 11.89 2.93 -
YUV 85.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 64 108 27 0.41 0 0.75 0.58 92.59 0.6 0.26
Hex 40 6C 1B 29 0 4B 3A 5D 3C 1A
Octal 100 154 33 51 0 113 72 135 74 32
Binary 1000000 1101100 11011 101001 0 1001011 111010 1011101 111100 11010

Color Harmonies of #406C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C1B

Black with #406C1B

Text Example


Text Example

White with #406C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,27); }

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

background-color css

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

 a { background-color: rgb(64,108,27); }

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

border-color css

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

 span { border-color: rgb(64,108,27); }

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