Html Css Color HEX #477233 Dell

📋 copy color: '#477233'

red 71 ◦ green 114 ◦ blue 51

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

Shades of Dell #477233

Tints of Dell #477233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 30.08%
G = 48.31%
B = 21.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#477233 (or 0x477233) is known color: Dell. HEX triplet: 47, 72 and 33. RGB value is (71,114,51). Sum of RGB (Red+Green+Blue) = 71+114+51=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #477233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477233 is #B88DCC. Grayscale: #5E5E5E. Windows color (decimal): -12094925 or 3371591. OLE color: 3371591.

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

Color convert

RGB 71 114 51 -
CMYK 0.38 0 0.55 0.55
HSL 100.95º 0.38% 0.32% -
HSV(B) 100.95º 0.55% 0.45% -
XYZ 9.21 13.61 5.27 -
YUV 93.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 71 114 51 0.38 0 0.55 0.55 100.95 0.38 0.32
Hex 47 72 33 26 0 37 37 65 26 20
Octal 107 162 63 46 0 67 67 145 46 40
Binary 1000111 1110010 110011 100110 0 110111 110111 1100101 100110 100000

Color Harmonies of #477233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477233

Black with #477233

Text Example


Text Example

White with #477233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477233; }

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

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

background-color css

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

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

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

border-color css

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

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

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