Html Css Color HEX #426822 Dell

📋 copy color: '#426822'

red 66 ◦ green 104 ◦ blue 34

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

Shades of Dell #426822

Tints of Dell #426822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 32.35%
G = 50.98%
B = 16.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#426822 (or 0x426822) is known color: Dell. HEX triplet: 42, 68 and 22. RGB value is (66,104,34). Sum of RGB (Red+Green+Blue) = 66+104+34=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #426822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426822 is #BD97DD. Grayscale: #545454. Windows color (decimal): -12425182 or 2254914. OLE color: 2254914.

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

Color convert

RGB 66 104 34 -
CMYK 0.37 0 0.67 0.59
HSL 92.57º 0.51% 0.27% -
HSV(B) 92.57º 0.67% 0.41% -
XYZ 7.49 11.17 3.28 -
YUV 84.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 66 104 34 0.37 0 0.67 0.59 92.57 0.51 0.27
Hex 42 68 22 25 0 43 3B 5D 33 1B
Octal 102 150 42 45 0 103 73 135 63 33
Binary 1000010 1101000 100010 100101 0 1000011 111011 1011101 110011 11011

Color Harmonies of #426822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426822

Black with #426822

Text Example


Text Example

White with #426822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426822; }

 p { color: rgb(66,104,34); }

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

background-color css

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

 a { background-color: rgb(66,104,34); }

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

border-color css

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

 span { border-color: rgb(66,104,34); }

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