Html Css Color HEX #62A540 Apple

📋 copy color: '#62A540'

red 98 ◦ green 165 ◦ blue 64

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

Shades of Apple #62A540

Tints of Apple #62A540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 29.97%
G = 50.46%
B = 19.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#62A540 (or 0x62A540) is known color: Apple. HEX triplet: 62, A5 and 40. RGB value is (98,165,64). Sum of RGB (Red+Green+Blue) = 98+165+64=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #62A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A540 is #9D5ABF. Grayscale: #858585. Windows color (decimal): -10312384 or 4236642. OLE color: 4236642.

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

Color convert

RGB 98 165 64 -
CMYK 0.41 0 0.61 0.35
HSL 99.8º 0.44% 0.45% -
HSV(B) 99.8º 0.61% 0.65% -
XYZ 19.42 29.88 9.59 -
YUV 133.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 98 165 64 0.41 0 0.61 0.35 99.8 0.44 0.45
Hex 62 A5 40 29 0 3D 23 64 2C 2D
Octal 142 245 100 51 0 75 43 144 54 55
Binary 1100010 10100101 1000000 101001 0 111101 100011 1100100 101100 101101

Color Harmonies of #62A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A540

Black with #62A540

Text Example


Text Example

White with #62A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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