#425C2B

Color #425C2B Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #425C2B

Tints of Dell #425C2B

Color information

#425C2B (or 0x425C2B) is unknown color: approx Dell. HEX triplet: 42, 5C and 2B. RGB value is (66,92,43). Sum of RGB (Red+Green+Blue) = 66+92+43=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #425C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C2B is #BDA3D4. Grayscale: #4E4E4E. Windows color (decimal): -12428245 or 2841666. OLE color: 2841666.

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

Color convert

RGB669243-
CMYK0.2800.530.64
HSL91.84º36.3%26.47%-
HSV(B)91.84º53.26%36.08%-
XYZ6.518.993.68-
YUV78.64107.89118.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=32.84%
G=45.77%
B=21.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692430.2800.530.6491.8436.326.47
Hex425C2B1C035405c241a
Octal10213453340651001344432
Binary100001010111001010111110001101011000000101110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,43); }

 H1.HeaderClassName
 {
   color: #425C2B;
 }
 .AnyTagClassName
 {
   color: #425C2B;
 }
</style>
background-color css

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

 a { background-color: rgb(66,92,43); }

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

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

 span { border-color: rgb(66,92,43); }

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