Html Css Color HEX #426920 Dell

📋 copy color: '#426920'

red 66 ◦ green 105 ◦ blue 32

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

Shades of Dell #426920

Tints of Dell #426920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.72%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 32.51%
G = 51.72%
B = 15.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#426920 (or 0x426920) is known color: Dell. HEX triplet: 42, 69 and 20. RGB value is (66,105,32). Sum of RGB (Red+Green+Blue) = 66+105+32=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #426920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426920 is #BD96DF. Grayscale: #555555. Windows color (decimal): -12424928 or 2124098. OLE color: 2124098.

HSL color Cylindrical-coordinate representation of color #426920: hue angle of 92.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426920 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 32 -
CMYK 0.37 0 0.70 0.59
HSL 92.05º 0.53% 0.27% -
HSV(B) 92.05º 0.7% 0.41% -
XYZ 7.56 11.37 3.16 -
YUV 85.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 66 105 32 0.37 0 0.70 0.59 92.05 0.53 0.27
Hex 42 69 20 25 0 46 3B 5C 35 1B
Octal 102 151 40 45 0 106 73 134 65 33
Binary 1000010 1101001 100000 100101 0 1000110 111011 1011100 110101 11011

Color Harmonies of #426920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426920

Black with #426920

Text Example


Text Example

White with #426920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426920; }

 p { color: rgb(66,105,32); }

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

background-color css

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

 a { background-color: rgb(66,105,32); }

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

border-color css

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

 span { border-color: rgb(66,105,32); }

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