Html Css Color HEX #539426 Limeade

📋 copy color: '#539426'

red 83 ◦ green 148 ◦ blue 38

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

Shades of Limeade #539426

Tints of Limeade #539426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.02%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 30.86%
G = 55.02%
B = 14.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#539426 (or 0x539426) is known color: Limeade. HEX triplet: 53, 94 and 26. RGB value is (83,148,38). Sum of RGB (Red+Green+Blue) = 83+148+38=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #539426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539426 is #AC6BD9. Grayscale: #747474. Windows color (decimal): -11299802 or 2528339. OLE color: 2528339.

HSL color Cylindrical-coordinate representation of color #539426: hue angle of 95.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #539426 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 38 -
CMYK 0.44 0 0.74 0.42
HSL 95.45º 0.59% 0.36% -
HSV(B) 95.45º 0.74% 0.58% -
XYZ 14.51 23.16 5.54 -
YUV 116.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 83 148 38 0.44 0 0.74 0.42 95.45 0.59 0.36
Hex 53 94 26 2C 0 4A 2A 5F 3B 24
Octal 123 224 46 54 0 112 52 137 73 44
Binary 1010011 10010100 100110 101100 0 1001010 101010 1011111 111011 100100

Color Harmonies of #539426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539426

Black with #539426

Text Example


Text Example

White with #539426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539426; }

 p { color: rgb(83,148,38); }

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

background-color css

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

 a { background-color: rgb(83,148,38); }

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

border-color css

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

 span { border-color: rgb(83,148,38); }

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