Html Css Color HEX #487135 Dell

📋 copy color: '#487135'

red 72 ◦ green 113 ◦ blue 53

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

Shades of Dell #487135

Tints of Dell #487135

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

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

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

R = 30.25%
G = 47.48%
B = 22.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#487135 (or 0x487135) is known color: Dell. HEX triplet: 48, 71 and 35. RGB value is (72,113,53). Sum of RGB (Red+Green+Blue) = 72+113+53=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #487135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487135 is #B78ECA. Grayscale: #5E5E5E. Windows color (decimal): -12029643 or 3502408. OLE color: 3502408.

HSL color Cylindrical-coordinate representation of color #487135: hue angle of 101º 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 #487135 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 53 -
CMYK 0.36 0 0.53 0.56
HSL 101º 0.36% 0.33% -
HSV(B) 101º 0.53% 0.44% -
XYZ 9.22 13.45 5.48 -
YUV 93.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 72 113 53 0.36 0 0.53 0.56 101 0.36 0.33
Hex 48 71 35 24 0 35 38 65 24 21
Octal 110 161 65 44 0 65 70 145 44 41
Binary 1001000 1110001 110101 100100 0 110101 111000 1100101 100100 100001

Color Harmonies of #487135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487135

Black with #487135

Text Example


Text Example

White with #487135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487135; }

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

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

background-color css

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

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

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

border-color css

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

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

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