#53B234

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

Shades of Apple #53B234

Tints of Apple #53B234

Color information

#53B234 (or 0x53B234) is unknown color: approx Apple. HEX triplet: 53, B2 and 34. RGB value is (83,178,52). Sum of RGB (Red+Green+Blue) = 83+178+52=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #53B234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B234 is #AC4DCB. Grayscale: #878787. Windows color (decimal): -11292108 or 3453523. OLE color: 3453523.

HSL color Cylindrical-coordinate representation of color #53B234: hue angle of 105.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53B234 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB8317852-
CMYK0.5300.710.30
HSL105.24º54.78%45.1%-
HSV(B)105.24º70.79%69.8%-
XYZ20.1133.938.74-
YUV135.2381.0390.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=26.52%
G=56.87%
B=16.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83178520.5300.710.30105.2454.7845.1
Hex53B234350471E69372d
Octal12326264650107361516755
Binary10100111011001011010011010101000111111101101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B234; }

 p { color: rgb(83,178,52); }

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

<style>
 a { background-color: #53B234; }

 a { background-color: rgb(83,178,52); }

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

<style>
 span { border-color: #53B234; }

 span { border-color: rgb(83,178,52); }

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