Html Css Color HEX #53B038 Apple

📋 copy color: '#53B038'

red 83 ◦ green 176 ◦ blue 56

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

Shades of Apple #53B038

Tints of Apple #53B038

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.87%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 26.35%
G = 55.87%
B = 17.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#53B038 (or 0x53B038) is known color: Apple. HEX triplet: 53, B0 and 38. RGB value is (83,176,56). Sum of RGB (Red+Green+Blue) = 83+176+56=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #53B038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B038 is #AC4FC7. Grayscale: #868686. Windows color (decimal): -11292616 or 3715155. OLE color: 3715155.

HSL color Cylindrical-coordinate representation of color #53B038: hue angle of 106.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53B038 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 56 -
CMYK 0.53 0 0.68 0.31
HSL 106.5º 0.52% 0.45% -
HSV(B) 106.5º 0.68% 0.69% -
XYZ 19.81 33.18 9.1 -
YUV 134.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 83 176 56 0.53 0 0.68 0.31 106.5 0.52 0.45
Hex 53 B0 38 35 0 44 1F 6A 34 2D
Octal 123 260 70 65 0 104 37 152 64 55
Binary 1010011 10110000 111000 110101 0 1000100 11111 1101010 110100 101101

Color Harmonies of #53B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B038

Black with #53B038

Text Example


Text Example

White with #53B038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,56); }

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

background-color css

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

 a { background-color: rgb(83,176,56); }

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

border-color css

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

 span { border-color: rgb(83,176,56); }

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