Html Css Color HEX #47732A Dell

📋 copy color: '#47732A'

red 71 ◦ green 115 ◦ blue 42

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

Shades of Dell #47732A

Tints of Dell #47732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 31.14%
G = 50.44%
B = 18.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#47732A (or 0x47732A) is known color: Dell. HEX triplet: 47, 73 and 2A. RGB value is (71,115,42). Sum of RGB (Red+Green+Blue) = 71+115+42=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #47732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47732A is #B88CD5. Grayscale: #5D5D5D. Windows color (decimal): -12094678 or 2782023. OLE color: 2782023.

HSL color Cylindrical-coordinate representation of color #47732A: hue angle of 96.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47732A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 42 -
CMYK 0.38 0 0.63 0.55
HSL 96.16º 0.46% 0.31% -
HSV(B) 96.16º 0.63% 0.45% -
XYZ 9.15 13.77 4.37 -
YUV 93.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 71 115 42 0.38 0 0.63 0.55 96.16 0.46 0.31
Hex 47 73 2A 26 0 3F 37 60 2E 1F
Octal 107 163 52 46 0 77 67 140 56 37
Binary 1000111 1110011 101010 100110 0 111111 110111 1100000 101110 11111

Color Harmonies of #47732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47732A

Black with #47732A

Text Example


Text Example

White with #47732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47732A; }

 p { color: rgb(71,115,42); }

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

background-color css

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

 a { background-color: rgb(71,115,42); }

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

border-color css

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

 span { border-color: rgb(71,115,42); }

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