Html Css Color HEX #425932 Dell

📋 copy color: '#425932'

red 66 ◦ green 89 ◦ blue 50

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

Shades of Dell #425932

Tints of Dell #425932

RGB

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

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

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

R = 32.2%
G = 43.41%
B = 24.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#425932 (or 0x425932) is known color: Dell. HEX triplet: 42, 59 and 32. RGB value is (66,89,50). Sum of RGB (Red+Green+Blue) = 66+89+50=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #425932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425932 is #BDA6CD. Grayscale: #4D4D4D. Windows color (decimal): -12429006 or 3299650. OLE color: 3299650.

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

Color convert

RGB 66 89 50 -
CMYK 0.26 0 0.44 0.65
HSL 95.38º 0.28% 0.27% -
HSV(B) 95.38º 0.44% 0.35% -
XYZ 6.39 8.53 4.33 -
YUV 77.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 66 89 50 0.26 0 0.44 0.65 95.38 0.28 0.27
Hex 42 59 32 1A 0 2C 41 5F 1C 1B
Octal 102 131 62 32 0 54 101 137 34 33
Binary 1000010 1011001 110010 11010 0 101100 1000001 1011111 11100 11011

Color Harmonies of #425932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425932

Black with #425932

Text Example


Text Example

White with #425932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425932; }

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

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

background-color css

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

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

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

border-color css

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

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

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