Html Css Color HEX #5D9B48 Apple

📋 copy color: '#5D9B48'

red 93 ◦ green 155 ◦ blue 72

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

Shades of Apple #5D9B48

Tints of Apple #5D9B48

RGB

 RED value IS 93 (36.72% from 255) = 29.06%

 GREEN value IS 155 (60.94% from 255) = 48.44%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 29.06%
G = 48.44%
B = 22.5%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#5D9B48 (or 0x5D9B48) is known color: Apple. HEX triplet: 5D, 9B and 48. RGB value is (93,155,72). Sum of RGB (Red+Green+Blue) = 93+155+72=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9B48 is #A264B7. Grayscale: #7F7F7F. Windows color (decimal): -10642616 or 4758365. OLE color: 4758365.

HSL color Cylindrical-coordinate representation of color #5D9B48: hue angle of 104.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9B48 is Cyan = 0.4, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 155 72 -
CMYK 0.4 0 0.54 0.39
HSL 104.82º 0.37% 0.45% -
HSV(B) 104.82º 0.54% 0.61% -
XYZ 17.41 26.24 10.28 -
YUV 127 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 93 155 72 0.4 0 0.54 0.39 104.82 0.37 0.45
Hex 5D 9B 48 28 0 36 27 69 25 2D
Octal 135 233 110 50 0 66 47 151 45 55
Binary 1011101 10011011 1001000 101000 0 110110 100111 1101001 100101 101101

Color Harmonies of #5D9B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9B48

Black with #5D9B48

Text Example


Text Example

White with #5D9B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D9B48; }

 p { color: rgb(93,155,72); }

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

background-color css

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

 a { background-color: rgb(93,155,72); }

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

border-color css

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

 span { border-color: rgb(93,155,72); }

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