Html Css Color HEX #53B434 Apple

📋 copy color: '#53B434'

red 83 ◦ green 180 ◦ blue 52

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

Shades of Apple #53B434

Tints of Apple #53B434

RGB

 RED value IS 83 (32.81% from 255) = 26.35%

 GREEN value IS 180 (70.7% from 255) = 57.14%

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 26.35%
G = 57.14%
B = 16.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#53B434 (or 0x53B434) is known color: Apple. HEX triplet: 53, B4 and 34. RGB value is (83,180,52). Sum of RGB (Red+Green+Blue) = 83+180+52=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #53B434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B434 is #AC4BCB. Grayscale: #888888. Windows color (decimal): -11291596 or 3454035. OLE color: 3454035.

HSL color Cylindrical-coordinate representation of color #53B434: hue angle of 105.47º 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 #53B434 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 52 -
CMYK 0.54 0 0.71 0.29
HSL 105.47º 0.55% 0.45% -
HSV(B) 105.47º 0.71% 0.71% -
XYZ 20.51 34.73 8.87 -
YUV 136.41 80.36 89.91 -
System Red Green Blue C M Y K H S L
Decimal 83 180 52 0.54 0 0.71 0.29 105.47 0.55 0.45
Hex 53 B4 34 36 0 47 1D 69 37 2D
Octal 123 264 64 66 0 107 35 151 67 55
Binary 1010011 10110100 110100 110110 0 1000111 11101 1101001 110111 101101

Color Harmonies of #53B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B434

Black with #53B434

Text Example


Text Example

White with #53B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53B434;
 }
 .AnyTagClassName
 {
   color: #53B434;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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