Html Css Color HEX #40681A Dell

📋 copy color: '#40681A'

red 64 ◦ green 104 ◦ blue 26

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

Shades of Dell #40681A

Tints of Dell #40681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 32.99%
G = 53.61%
B = 13.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#40681A (or 0x40681A) is known color: Dell. HEX triplet: 40, 68 and 1A. RGB value is (64,104,26). Sum of RGB (Red+Green+Blue) = 64+104+26=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #40681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40681A is #BF97E5. Grayscale: #535353. Windows color (decimal): -12556262 or 1730624. OLE color: 1730624.

HSL color Cylindrical-coordinate representation of color #40681A: hue angle of 90.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40681A is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 26 -
CMYK 0.38 0 0.75 0.59
HSL 90.77º 0.6% 0.25% -
HSV(B) 90.77º 0.75% 0.41% -
XYZ 7.25 11.07 2.73 -
YUV 83.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 64 104 26 0.38 0 0.75 0.59 90.77 0.6 0.25
Hex 40 68 1A 26 0 4B 3B 5B 3C 19
Octal 100 150 32 46 0 113 73 133 74 31
Binary 1000000 1101000 11010 100110 0 1001011 111011 1011011 111100 11001

Color Harmonies of #40681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40681A

Black with #40681A

Text Example


Text Example

White with #40681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40681A; }

 p { color: rgb(64,104,26); }

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

background-color css

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

 a { background-color: rgb(64,104,26); }

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

border-color css

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

 span { border-color: rgb(64,104,26); }

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