Html Css Color HEX #457020 Dell

📋 copy color: '#457020'

red 69 ◦ green 112 ◦ blue 32

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

Shades of Dell #457020

Tints of Dell #457020

RGB

 RED value IS 69 (27.34% from 255) = 32.39%

 GREEN value IS 112 (44.14% from 255) = 52.58%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 32.39%
G = 52.58%
B = 15.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#457020 (or 0x457020) is known color: Dell. HEX triplet: 45, 70 and 20. RGB value is (69,112,32). Sum of RGB (Red+Green+Blue) = 69+112+32=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #457020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457020 is #BA8FDF. Grayscale: #5A5A5A. Windows color (decimal): -12226528 or 2125893. OLE color: 2125893.

HSL color Cylindrical-coordinate representation of color #457020: hue angle of 92.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457020 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 32 -
CMYK 0.38 0 0.71 0.56
HSL 92.25º 0.56% 0.28% -
HSV(B) 92.25º 0.71% 0.44% -
XYZ 8.51 12.96 3.42 -
YUV 90.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 69 112 32 0.38 0 0.71 0.56 92.25 0.56 0.28
Hex 45 70 20 26 0 47 38 5C 38 1C
Octal 105 160 40 46 0 107 70 134 70 34
Binary 1000101 1110000 100000 100110 0 1000111 111000 1011100 111000 11100

Color Harmonies of #457020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457020

Black with #457020

Text Example


Text Example

White with #457020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457020; }

 p { color: rgb(69,112,32); }

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

background-color css

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

 a { background-color: rgb(69,112,32); }

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

border-color css

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

 span { border-color: rgb(69,112,32); }

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