Html Css Color HEX #64B33A Apple

📋 copy color: '#64B33A'

red 100 ◦ green 179 ◦ blue 58

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

Shades of Apple #64B33A

Tints of Apple #64B33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 29.67%
G = 53.12%
B = 17.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#64B33A (or 0x64B33A) is known color: Apple. HEX triplet: 64, B3 and 3A. RGB value is (100,179,58). Sum of RGB (Red+Green+Blue) = 100+179+58=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #64B33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B33A is #9B4CC5. Grayscale: #8D8D8D. Windows color (decimal): -10177734 or 3847012. OLE color: 3847012.

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

Color convert

RGB 100 179 58 -
CMYK 0.44 0 0.68 0.30
HSL 99.17º 0.51% 0.46% -
HSV(B) 99.17º 0.68% 0.7% -
XYZ 22.14 35.26 9.64 -
YUV 141.59 80.83 98.34 -
System Red Green Blue C M Y K H S L
Decimal 100 179 58 0.44 0 0.68 0.30 99.17 0.51 0.46
Hex 64 B3 3A 2C 0 44 1E 63 33 2E
Octal 144 263 72 54 0 104 36 143 63 56
Binary 1100100 10110011 111010 101100 0 1000100 11110 1100011 110011 101110

Color Harmonies of #64B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B33A

Black with #64B33A

Text Example


Text Example

White with #64B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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