Html Css Color HEX #425D28 Dell

📋 copy color: '#425D28'

red 66 ◦ green 93 ◦ blue 40

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

Shades of Dell #425D28

Tints of Dell #425D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.73%

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 33.17%
G = 46.73%
B = 20.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#425D28 (or 0x425D28) is known color: Dell. HEX triplet: 42, 5D and 28. RGB value is (66,93,40). Sum of RGB (Red+Green+Blue) = 66+93+40=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #425D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D28 is #BDA2D7. Grayscale: #4F4F4F. Windows color (decimal): -12427992 or 2645314. OLE color: 2645314.

HSL color Cylindrical-coordinate representation of color #425D28: hue angle of 90.57º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425D28 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 40 -
CMYK 0.29 0 0.57 0.64
HSL 90.57º 0.4% 0.26% -
HSV(B) 90.57º 0.57% 0.36% -
XYZ 6.54 9.14 3.43 -
YUV 78.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 66 93 40 0.29 0 0.57 0.64 90.57 0.4 0.26
Hex 42 5D 28 1D 0 39 40 5B 28 1A
Octal 102 135 50 35 0 71 100 133 50 32
Binary 1000010 1011101 101000 11101 0 111001 1000000 1011011 101000 11010

Color Harmonies of #425D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D28

Black with #425D28

Text Example


Text Example

White with #425D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425D28; }

 p { color: rgb(66,93,40); }

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

background-color css

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

 a { background-color: rgb(66,93,40); }

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

border-color css

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

 span { border-color: rgb(66,93,40); }

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