Html Css Color HEX #62A548 Apple

📋 copy color: '#62A548'

red 98 ◦ green 165 ◦ blue 72

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

Shades of Apple #62A548

Tints of Apple #62A548

RGB

 RED value IS 98 (38.67% from 255) = 29.25%

 GREEN value IS 165 (64.84% from 255) = 49.25%

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

R = 29.25%
G = 49.25%
B = 21.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#62A548 (or 0x62A548) is known color: Apple. HEX triplet: 62, A5 and 48. RGB value is (98,165,72). Sum of RGB (Red+Green+Blue) = 98+165+72=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #62A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A548 is #9D5AB7. Grayscale: #868686. Windows color (decimal): -10312376 or 4760930. OLE color: 4760930.

HSL color Cylindrical-coordinate representation of color #62A548: hue angle of 103.23º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A548 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 165 72 -
CMYK 0.41 0 0.56 0.35
HSL 103.23º 0.39% 0.46% -
HSV(B) 103.23º 0.56% 0.65% -
XYZ 19.66 29.97 10.88 -
YUV 134.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 98 165 72 0.41 0 0.56 0.35 103.23 0.39 0.46
Hex 62 A5 48 29 0 38 23 67 27 2E
Octal 142 245 110 51 0 70 43 147 47 56
Binary 1100010 10100101 1001000 101001 0 111000 100011 1100111 100111 101110

Color Harmonies of #62A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A548

Black with #62A548

Text Example


Text Example

White with #62A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62A548; }

 p { color: rgb(98,165,72); }

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

background-color css

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

 a { background-color: rgb(98,165,72); }

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

border-color css

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

 span { border-color: rgb(98,165,72); }

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