Html Css Color HEX #649C46 Apple

📋 copy color: '#649C46'

red 100 ◦ green 156 ◦ blue 70

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

Shades of Apple #649C46

Tints of Apple #649C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 30.67%
G = 47.85%
B = 21.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#649C46 (or 0x649C46) is known color: Apple. HEX triplet: 64, 9C and 46. RGB value is (100,156,70). Sum of RGB (Red+Green+Blue) = 100+156+70=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #649C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C46 is #9B63B9. Grayscale: #818181. Windows color (decimal): -10183610 or 4627556. OLE color: 4627556.

HSL color Cylindrical-coordinate representation of color #649C46: hue angle of 99.07º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649C46 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 70 -
CMYK 0.36 0 0.55 0.39
HSL 99.07º 0.38% 0.44% -
HSV(B) 99.07º 0.55% 0.61% -
XYZ 18.25 26.93 10.03 -
YUV 129.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 100 156 70 0.36 0 0.55 0.39 99.07 0.38 0.44
Hex 64 9C 46 24 0 37 27 63 26 2C
Octal 144 234 106 44 0 67 47 143 46 54
Binary 1100100 10011100 1000110 100100 0 110111 100111 1100011 100110 101100

Color Harmonies of #649C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C46

Black with #649C46

Text Example


Text Example

White with #649C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649C46; }

 p { color: rgb(100,156,70); }

 H1.HeaderClassName
 {
   color: #649C46;
 }
 .AnyTagClassName
 {
   color: #649C46;
 }
</style>

background-color css

<style>
 a { background-color: #649C46; }

 a { background-color: rgb(100,156,70); }

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

border-color css

<style>
 span { border-color: #649C46; }

 span { border-color: rgb(100,156,70); }

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