Html Css Color HEX #58AF3D Apple

📋 copy color: '#58AF3D'

red 88 ◦ green 175 ◦ blue 61

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

Shades of Apple #58AF3D

Tints of Apple #58AF3D

RGB

 RED value IS 88 (34.77% from 255) = 27.16%

 GREEN value IS 175 (68.75% from 255) = 54.01%

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 27.16%
G = 54.01%
B = 18.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#58AF3D (or 0x58AF3D) is known color: Apple. HEX triplet: 58, AF and 3D. RGB value is (88,175,61). Sum of RGB (Red+Green+Blue) = 88+175+61=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AF3D is #A750C2. Grayscale: #888888. Windows color (decimal): -10965187 or 4042584. OLE color: 4042584.

HSL color Cylindrical-coordinate representation of color #58AF3D: hue angle of 105.79º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58AF3D is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 61 -
CMYK 0.50 0 0.65 0.31
HSL 105.79º 0.48% 0.46% -
HSV(B) 105.79º 0.65% 0.69% -
XYZ 20.2 33.07 9.73 -
YUV 135.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 88 175 61 0.50 0 0.65 0.31 105.79 0.48 0.46
Hex 58 AF 3D 32 0 41 1F 6A 30 2E
Octal 130 257 75 62 0 101 37 152 60 56
Binary 1011000 10101111 111101 110010 0 1000001 11111 1101010 110000 101110

Color Harmonies of #58AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF3D

Black with #58AF3D

Text Example


Text Example

White with #58AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58AF3D; }

 p { color: rgb(88,175,61); }

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

background-color css

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

 a { background-color: rgb(88,175,61); }

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

border-color css

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

 span { border-color: rgb(88,175,61); }

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