Html Css Color HEX #426D24 Dell

📋 copy color: '#426D24'

red 66 ◦ green 109 ◦ blue 36

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

Shades of Dell #426D24

Tints of Dell #426D24

RGB

 RED value IS 66 (26.17% from 255) = 31.28%

 GREEN value IS 109 (42.97% from 255) = 51.66%

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 31.28%
G = 51.66%
B = 17.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#426D24 (or 0x426D24) is known color: Dell. HEX triplet: 42, 6D and 24. RGB value is (66,109,36). Sum of RGB (Red+Green+Blue) = 66+109+36=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #426D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D24 is #BD92DB. Grayscale: #585858. Windows color (decimal): -12423900 or 2387266. OLE color: 2387266.

HSL color Cylindrical-coordinate representation of color #426D24: hue angle of 95.34º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426D24 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 36 -
CMYK 0.39 0 0.67 0.57
HSL 95.34º 0.5% 0.28% -
HSV(B) 95.34º 0.67% 0.43% -
XYZ 8.03 12.22 3.6 -
YUV 87.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 66 109 36 0.39 0 0.67 0.57 95.34 0.5 0.28
Hex 42 6D 24 27 0 43 39 5F 32 1C
Octal 102 155 44 47 0 103 71 137 62 34
Binary 1000010 1101101 100100 100111 0 1000011 111001 1011111 110010 11100

Color Harmonies of #426D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D24

Black with #426D24

Text Example


Text Example

White with #426D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426D24; }

 p { color: rgb(66,109,36); }

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

background-color css

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

 a { background-color: rgb(66,109,36); }

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

border-color css

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

 span { border-color: rgb(66,109,36); }

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