#64B433

Color #64B433 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64B433

Tints of Apple #64B433

Color information

#64B433 (or 0x64B433) is unknown color: approx Apple. HEX triplet: 64, B4 and 33. RGB value is (100,180,51). Sum of RGB (Red+Green+Blue) = 100+180+51=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #64B433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B433 is #9B4BCC. Grayscale: #8D8D8D. Windows color (decimal): -10177485 or 3388516. OLE color: 3388516.

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

Color convert

RGB10018051-
CMYK0.4400.720.29
HSL97.21º55.84%45.29%-
HSV(B)97.21º71.67%70.59%-
XYZ22.1735.598.83-
YUV141.377798.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=30.21%
G=54.38%
B=15.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180510.4400.720.2997.2155.8445.29
Hex64B4332C0481D61382d
Octal14426463540110351417055
Binary11001001011010011001110110001001000111011100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,51); }

 H1.HeaderClassName
 {
   color: #64B433;
 }
 .AnyTagClassName
 {
   color: #64B433;
 }
</style>
background-color css

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

 a { background-color: rgb(100,180,51); }

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

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

 span { border-color: rgb(100,180,51); }

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