Html Css Color HEX #426030 Dell

📋 copy color: '#426030'

red 66 ◦ green 96 ◦ blue 48

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

Shades of Dell #426030

Tints of Dell #426030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 31.43%
G = 45.71%
B = 22.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#426030 (or 0x426030) is known color: Dell. HEX triplet: 42, 60 and 30. RGB value is (66,96,48). Sum of RGB (Red+Green+Blue) = 66+96+48=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #426030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426030 is #BD9FCF. Grayscale: #515151. Windows color (decimal): -12427216 or 3170370. OLE color: 3170370.

HSL color Cylindrical-coordinate representation of color #426030: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426030 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 48 -
CMYK 0.31 0 0.50 0.62
HSL 97.5º 0.33% 0.28% -
HSV(B) 97.5º 0.5% 0.38% -
XYZ 6.96 9.74 4.31 -
YUV 81.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 66 96 48 0.31 0 0.50 0.62 97.5 0.33 0.28
Hex 42 60 30 1F 0 32 3E 62 21 1C
Octal 102 140 60 37 0 62 76 142 41 34
Binary 1000010 1100000 110000 11111 0 110010 111110 1100010 100001 11100

Color Harmonies of #426030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426030

Black with #426030

Text Example


Text Example

White with #426030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426030; }

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

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

background-color css

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

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

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

border-color css

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

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

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