Html Css Color HEX #64B341 Apple

📋 copy color: '#64B341'

red 100 ◦ green 179 ◦ blue 65

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

Shades of Apple #64B341

Tints of Apple #64B341

RGB

 RED value IS 100 (39.45% from 255) = 29.07%

 GREEN value IS 179 (70.31% from 255) = 52.03%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 29.07%
G = 52.03%
B = 18.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#64B341 (or 0x64B341) is known color: Apple. HEX triplet: 64, B3 and 41. RGB value is (100,179,65). Sum of RGB (Red+Green+Blue) = 100+179+65=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #64B341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B341 is #9B4CBE. Grayscale: #8E8E8E. Windows color (decimal): -10177727 or 4305764. OLE color: 4305764.

HSL color Cylindrical-coordinate representation of color #64B341: hue angle of 101.58º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64B341 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 65 -
CMYK 0.44 0 0.64 0.30
HSL 101.58º 0.47% 0.48% -
HSV(B) 101.58º 0.64% 0.7% -
XYZ 22.33 35.33 10.64 -
YUV 142.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 100 179 65 0.44 0 0.64 0.30 101.58 0.47 0.48
Hex 64 B3 41 2C 0 40 1E 66 2F 30
Octal 144 263 101 54 0 100 36 146 57 60
Binary 1100100 10110011 1000001 101100 0 1000000 11110 1100110 101111 110000

Color Harmonies of #64B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B341

Black with #64B341

Text Example


Text Example

White with #64B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B341; }

 p { color: rgb(100,179,65); }

 H1.HeaderClassName
 {
   color: #64B341;
 }
 .AnyTagClassName
 {
   color: #64B341;
 }
</style>

background-color css

<style>
 a { background-color: #64B341; }

 a { background-color: rgb(100,179,65); }

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

border-color css

<style>
 span { border-color: #64B341; }

 span { border-color: rgb(100,179,65); }

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