Html Css Color HEX #65A552 Apple

📋 copy color: '#65A552'

red 101 ◦ green 165 ◦ blue 82

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

Shades of Apple #65A552

Tints of Apple #65A552

RGB

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

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

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

R = 29.02%
G = 47.41%
B = 23.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#65A552 (or 0x65A552) is known color: Apple. HEX triplet: 65, A5 and 52. RGB value is (101,165,82). Sum of RGB (Red+Green+Blue) = 101+165+82=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #65A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A552 is #9A5AAD. Grayscale: #888888. Windows color (decimal): -10115758 or 5416293. OLE color: 5416293.

HSL color Cylindrical-coordinate representation of color #65A552: hue angle of 106.27º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A552 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 165 82 -
CMYK 0.39 0 0.50 0.35
HSL 106.27º 0.34% 0.48% -
HSV(B) 106.27º 0.5% 0.65% -
XYZ 20.34 30.29 12.76 -
YUV 136.4 97.3 102.75 -
System Red Green Blue C M Y K H S L
Decimal 101 165 82 0.39 0 0.50 0.35 106.27 0.34 0.48
Hex 65 A5 52 27 0 32 23 6A 22 30
Octal 145 245 122 47 0 62 43 152 42 60
Binary 1100101 10100101 1010010 100111 0 110010 100011 1101010 100010 110000

Color Harmonies of #65A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A552

Black with #65A552

Text Example


Text Example

White with #65A552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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