Html Css Color HEX #64B538 Apple

📋 copy color: '#64B538'

red 100 ◦ green 181 ◦ blue 56

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

Shades of Apple #64B538

Tints of Apple #64B538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 29.67%
G = 53.71%
B = 16.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#64B538 (or 0x64B538) is known color: Apple. HEX triplet: 64, B5 and 38. RGB value is (100,181,56). Sum of RGB (Red+Green+Blue) = 100+181+56=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #64B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B538 is #9B4AC7. Grayscale: #8E8E8E. Windows color (decimal): -10177224 or 3716452. OLE color: 3716452.

HSL color Cylindrical-coordinate representation of color #64B538: hue angle of 98.88º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64B538 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 181 56 -
CMYK 0.45 0 0.69 0.29
HSL 98.88º 0.53% 0.46% -
HSV(B) 98.88º 0.69% 0.71% -
XYZ 22.49 36.04 9.51 -
YUV 142.53 79.16 97.66 -
System Red Green Blue C M Y K H S L
Decimal 100 181 56 0.45 0 0.69 0.29 98.88 0.53 0.46
Hex 64 B5 38 2D 0 45 1D 63 35 2E
Octal 144 265 70 55 0 105 35 143 65 56
Binary 1100100 10110101 111000 101101 0 1000101 11101 1100011 110101 101110

Color Harmonies of #64B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B538

Black with #64B538

Text Example


Text Example

White with #64B538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,181,56); }

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

background-color css

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

 a { background-color: rgb(100,181,56); }

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

border-color css

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

 span { border-color: rgb(100,181,56); }

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