Html Css Color HEX #477230 Dell

📋 copy color: '#477230'

red 71 ◦ green 114 ◦ blue 48

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

Shades of Dell #477230

Tints of Dell #477230

RGB

 RED value IS 71 (28.13% from 255) = 30.47%

 GREEN value IS 114 (44.92% from 255) = 48.93%

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

R = 30.47%
G = 48.93%
B = 20.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#477230 (or 0x477230) is known color: Dell. HEX triplet: 47, 72 and 30. RGB value is (71,114,48). Sum of RGB (Red+Green+Blue) = 71+114+48=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #477230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477230 is #B88DCF. Grayscale: #5D5D5D. Windows color (decimal): -12094928 or 3174983. OLE color: 3174983.

HSL color Cylindrical-coordinate representation of color #477230: hue angle of 99.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477230 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 48 -
CMYK 0.38 0 0.58 0.55
HSL 99.09º 0.41% 0.32% -
HSV(B) 99.09º 0.58% 0.45% -
XYZ 9.15 13.59 4.94 -
YUV 93.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 71 114 48 0.38 0 0.58 0.55 99.09 0.41 0.32
Hex 47 72 30 26 0 3A 37 63 29 20
Octal 107 162 60 46 0 72 67 143 51 40
Binary 1000111 1110010 110000 100110 0 111010 110111 1100011 101001 100000

Color Harmonies of #477230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477230

Black with #477230

Text Example


Text Example

White with #477230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477230; }

 p { color: rgb(71,114,48); }

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

background-color css

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

 a { background-color: rgb(71,114,48); }

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

border-color css

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

 span { border-color: rgb(71,114,48); }

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