Html Css Color HEX #426132 Dell

📋 copy color: '#426132'

red 66 ◦ green 97 ◦ blue 50

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

Shades of Dell #426132

Tints of Dell #426132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 30.99%
G = 45.54%
B = 23.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#426132 (or 0x426132) is known color: Dell. HEX triplet: 42, 61 and 32. RGB value is (66,97,50). Sum of RGB (Red+Green+Blue) = 66+97+50=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #426132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426132 is #BD9ECD. Grayscale: #525252. Windows color (decimal): -12426958 or 3301698. OLE color: 3301698.

HSL color Cylindrical-coordinate representation of color #426132: hue angle of 99.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426132 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 50 -
CMYK 0.32 0 0.48 0.62
HSL 99.57º 0.32% 0.29% -
HSV(B) 99.57º 0.48% 0.38% -
XYZ 7.1 9.94 4.56 -
YUV 82.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 66 97 50 0.32 0 0.48 0.62 99.57 0.32 0.29
Hex 42 61 32 20 0 30 3E 64 20 1D
Octal 102 141 62 40 0 60 76 144 40 35
Binary 1000010 1100001 110010 100000 0 110000 111110 1100100 100000 11101

Color Harmonies of #426132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426132

Black with #426132

Text Example


Text Example

White with #426132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426132; }

 p { color: rgb(66,97,50); }

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

background-color css

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

 a { background-color: rgb(66,97,50); }

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

border-color css

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

 span { border-color: rgb(66,97,50); }

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