Html Css Color HEX #426130 Dell

📋 copy color: '#426130'

red 66 ◦ green 97 ◦ blue 48

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

Shades of Dell #426130

Tints of Dell #426130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 31.28%
G = 45.97%
B = 22.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#426130 (or 0x426130) is known color: Dell. HEX triplet: 42, 61 and 30. RGB value is (66,97,48). Sum of RGB (Red+Green+Blue) = 66+97+48=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #426130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426130 is #BD9ECF. Grayscale: #525252. Windows color (decimal): -12426960 or 3170626. OLE color: 3170626.

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

Color convert

RGB 66 97 48 -
CMYK 0.32 0 0.51 0.62
HSL 97.96º 0.34% 0.28% -
HSV(B) 97.96º 0.51% 0.38% -
XYZ 7.05 9.92 4.34 -
YUV 82.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 66 97 48 0.32 0 0.51 0.62 97.96 0.34 0.28
Hex 42 61 30 20 0 33 3E 62 22 1C
Octal 102 141 60 40 0 63 76 142 42 34
Binary 1000010 1100001 110000 100000 0 110011 111110 1100010 100010 11100

Color Harmonies of #426130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426130

Black with #426130

Text Example


Text Example

White with #426130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426130; }

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

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

background-color css

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

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

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

border-color css

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

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

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