Html Css Color HEX #47732D Dell

📋 copy color: '#47732D'

red 71 ◦ green 115 ◦ blue 45

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

Shades of Dell #47732D

Tints of Dell #47732D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 30.74%
G = 49.78%
B = 19.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#47732D (or 0x47732D) is known color: Dell. HEX triplet: 47, 73 and 2D. RGB value is (71,115,45). Sum of RGB (Red+Green+Blue) = 71+115+45=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #47732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47732D is #B88CD2. Grayscale: #5E5E5E. Windows color (decimal): -12094675 or 2978631. OLE color: 2978631.

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

Color convert

RGB 71 115 45 -
CMYK 0.38 0 0.61 0.55
HSL 97.71º 0.44% 0.31% -
HSV(B) 97.71º 0.61% 0.45% -
XYZ 9.2 13.79 4.66 -
YUV 93.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 71 115 45 0.38 0 0.61 0.55 97.71 0.44 0.31
Hex 47 73 2D 26 0 3D 37 62 2C 1F
Octal 107 163 55 46 0 75 67 142 54 37
Binary 1000111 1110011 101101 100110 0 111101 110111 1100010 101100 11111

Color Harmonies of #47732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47732D

Black with #47732D

Text Example


Text Example

White with #47732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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