Html Css Color HEX #425930 Dell

📋 copy color: '#425930'

red 66 ◦ green 89 ◦ blue 48

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

Shades of Dell #425930

Tints of Dell #425930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 32.51%
G = 43.84%
B = 23.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#425930 (or 0x425930) is known color: Dell. HEX triplet: 42, 59 and 30. RGB value is (66,89,48). Sum of RGB (Red+Green+Blue) = 66+89+48=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #425930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425930 is #BDA6CF. Grayscale: #4D4D4D. Windows color (decimal): -12429008 or 3168578. OLE color: 3168578.

HSL color Cylindrical-coordinate representation of color #425930: hue angle of 93.66º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #425930 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 48 -
CMYK 0.26 0 0.46 0.65
HSL 93.66º 0.3% 0.27% -
HSV(B) 93.66º 0.46% 0.35% -
XYZ 6.35 8.52 4.11 -
YUV 77.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 66 89 48 0.26 0 0.46 0.65 93.66 0.3 0.27
Hex 42 59 30 1A 0 2E 41 5E 1E 1B
Octal 102 131 60 32 0 56 101 136 36 33
Binary 1000010 1011001 110000 11010 0 101110 1000001 1011110 11110 11011

Color Harmonies of #425930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425930

Black with #425930

Text Example


Text Example

White with #425930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425930; }

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

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

background-color css

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

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

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

border-color css

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

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

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