Html Css Color HEX #477135 Dell

📋 copy color: '#477135'

red 71 ◦ green 113 ◦ blue 53

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

Shades of Dell #477135

Tints of Dell #477135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 29.96%
G = 47.68%
B = 22.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#477135 (or 0x477135) is known color: Dell. HEX triplet: 47, 71 and 35. RGB value is (71,113,53). Sum of RGB (Red+Green+Blue) = 71+113+53=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #477135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477135 is #B88ECA. Grayscale: #5D5D5D. Windows color (decimal): -12095179 or 3502407. OLE color: 3502407.

HSL color Cylindrical-coordinate representation of color #477135: hue angle of 102º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477135 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 53 -
CMYK 0.37 0 0.53 0.56
HSL 102º 0.36% 0.33% -
HSV(B) 102º 0.53% 0.44% -
XYZ 9.15 13.41 5.47 -
YUV 93.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 71 113 53 0.37 0 0.53 0.56 102 0.36 0.33
Hex 47 71 35 25 0 35 38 66 24 21
Octal 107 161 65 45 0 65 70 146 44 41
Binary 1000111 1110001 110101 100101 0 110101 111000 1100110 100100 100001

Color Harmonies of #477135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477135

Black with #477135

Text Example


Text Example

White with #477135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477135; }

 p { color: rgb(71,113,53); }

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

background-color css

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

 a { background-color: rgb(71,113,53); }

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

border-color css

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

 span { border-color: rgb(71,113,53); }

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