#61B434

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

Shades of Apple #61B434

Tints of Apple #61B434

Color information

#61B434 (or 0x61B434) is unknown color: approx Apple. HEX triplet: 61, B4 and 34. RGB value is (97,180,52). Sum of RGB (Red+Green+Blue) = 97+180+52=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #61B434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B434 is #9E4BCB. Grayscale: #8D8D8D. Windows color (decimal): -10374092 or 3454049. OLE color: 3454049.

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

Color convert

RGB9718052-
CMYK0.4600.710.29
HSL98.91º55.17%45.49%-
HSV(B)98.91º71.11%70.59%-
XYZ21.8735.438.94-
YUV140.597896.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=29.48%
G=54.71%
B=15.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97180520.4600.710.2998.9155.1745.49
Hex61B4342E0471D63372d
Octal14126464560107351436755
Binary11000011011010011010010111001000111111011100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,52); }

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

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

 a { background-color: rgb(97,180,52); }

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

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

 span { border-color: rgb(97,180,52); }

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