#61a548

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

Shades of Apple #61A548

Tints of Apple #61A548

Color information

#61A548 (or 0x61A548) is unknown color: approx Apple. HEX triplet: 61, A5 and 48. RGB value is (97,165,72). Sum of RGB (Red+Green+Blue) = 97+165+72=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #61A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A548 is #9E5AB7. Grayscale: #868686. Windows color (decimal): -10377912 or 4760929. OLE color: 4760929.

HSL color Cylindrical-coordinate representation of color #61A548: hue angle of 103.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A548 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB9716572-
CMYK0.4100.560.35
HSL103.87º39.24%46.47%-
HSV(B)103.87º56.36%64.71%-
XYZ19.5529.9210.88-
YUV134.0792.97101.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 165 (64.84% from 255) = 49.40%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=29.04%
G=49.40%
B=21.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165720.4100.560.35103.8739.2446.47
Hex61A548290382368272e
Octal14124511051070431504756
Binary110000110100101100100010100101110001000111101000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61a548; }

 p { color: rgb(97,165,72); }

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

<style>
 a { background-color: #61a548; }

 a { background-color: rgb(97,165,72); }

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

<style>
 span { border-color: #61a548; }

 span { border-color: rgb(97,165,72); }

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