Html Css Color HEX #659E52 Apple

📋 copy color: '#659E52'

red 101 ◦ green 158 ◦ blue 82

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

Shades of Apple #659E52

Tints of Apple #659E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.33%

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

R = 29.62%
G = 46.33%
B = 24.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#659E52 (or 0x659E52) is known color: Apple. HEX triplet: 65, 9E and 52. RGB value is (101,158,82). Sum of RGB (Red+Green+Blue) = 101+158+82=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #659E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E52 is #9A61AD. Grayscale: #848484. Windows color (decimal): -10117550 or 5414501. OLE color: 5414501.

HSL color Cylindrical-coordinate representation of color #659E52: hue angle of 105º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659E52 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 82 -
CMYK 0.36 0 0.48 0.38
HSL 105º 0.32% 0.47% -
HSV(B) 105º 0.48% 0.62% -
XYZ 19.12 27.83 12.35 -
YUV 132.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 101 158 82 0.36 0 0.48 0.38 105 0.32 0.47
Hex 65 9E 52 24 0 30 26 69 20 2F
Octal 145 236 122 44 0 60 46 151 40 57
Binary 1100101 10011110 1010010 100100 0 110000 100110 1101001 100000 101111

Color Harmonies of #659E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E52

Black with #659E52

Text Example


Text Example

White with #659E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659E52; }

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

 H1.HeaderClassName
 {
   color: #659E52;
 }
 .AnyTagClassName
 {
   color: #659E52;
 }
</style>

background-color css

<style>
 a { background-color: #659E52; }

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

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

border-color css

<style>
 span { border-color: #659E52; }

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

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