Html Css Color HEX #65A352 Apple

📋 copy color: '#65A352'

red 101 ◦ green 163 ◦ blue 82

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

Shades of Apple #65A352

Tints of Apple #65A352

RGB

 RED value IS 101 (39.84% from 255) = 29.19%

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 29.19%
G = 47.11%
B = 23.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#65A352 (or 0x65A352) is known color: Apple. HEX triplet: 65, A3 and 52. RGB value is (101,163,82). Sum of RGB (Red+Green+Blue) = 101+163+82=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #65A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A352 is #9A5CAD. Grayscale: #878787. Windows color (decimal): -10116270 or 5415781. OLE color: 5415781.

HSL color Cylindrical-coordinate representation of color #65A352: hue angle of 105.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A352 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 163 82 -
CMYK 0.38 0 0.50 0.36
HSL 105.93º 0.33% 0.48% -
HSV(B) 105.93º 0.5% 0.64% -
XYZ 19.99 29.57 12.64 -
YUV 135.23 97.96 103.59 -
System Red Green Blue C M Y K H S L
Decimal 101 163 82 0.38 0 0.50 0.36 105.93 0.33 0.48
Hex 65 A3 52 26 0 32 24 6A 21 30
Octal 145 243 122 46 0 62 44 152 41 60
Binary 1100101 10100011 1010010 100110 0 110010 100100 1101010 100001 110000

Color Harmonies of #65A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A352

Black with #65A352

Text Example


Text Example

White with #65A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A352; }

 p { color: rgb(101,163,82); }

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

background-color css

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

 a { background-color: rgb(101,163,82); }

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

border-color css

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

 span { border-color: rgb(101,163,82); }

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