#5DA26B

Color #5DA26B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5DA26B

Tints of Oxley #5DA26B

Color information

#5DA26B (or 0x5DA26B) is unknown color: approx Oxley. HEX triplet: 5D, A2 and 6B. RGB value is (93,162,107). Sum of RGB (Red+Green+Blue) = 93+162+107=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA26B is #A25D94. Grayscale: #878787. Windows color (decimal): -10640789 or 7053917. OLE color: 7053917.

HSL color Cylindrical-coordinate representation of color #5DA26B: hue angle of 132.17º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA26B is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB93162107-
CMYK0.4300.340.36
HSL132.17º27.06%50%-
HSV(B)132.17º42.59%63.53%-
XYZ20.0929.2318.49-
YUV135.1112.1497.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=25.69%
G=44.75%
B=29.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621070.4300.340.36132.1727.0650
Hex5DA26B2B02224841b32
Octal13524215353042442043362
Binary101110110100010110101110101101000101001001000010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DA26B; }

 p { color: rgb(93,162,107); }

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

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

 a { background-color: rgb(93,162,107); }

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

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

 span { border-color: rgb(93,162,107); }

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