#5D936A

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

Shades of Oxley #5D936A

Tints of Oxley #5D936A

Color information

#5D936A (or 0x5D936A) is unknown color: approx Oxley. HEX triplet: 5D, 93 and 6A. RGB value is (93,147,106). Sum of RGB (Red+Green+Blue) = 93+147+106=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936A is #A26C95. Grayscale: #7E7E7E. Windows color (decimal): -10644630 or 6984541. OLE color: 6984541.

HSL color Cylindrical-coordinate representation of color #5D936A: hue angle of 134.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D936A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB93147106-
CMYK0.3700.280.42
HSL134.44º22.5%47.06%-
HSV(B)134.44º36.73%57.65%-
XYZ17.5524.2417.39-
YUV126.18116.61104.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=26.88%
G=42.49%
B=30.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931471060.3700.280.42134.4422.547.06
Hex5D936A2501C2A86162f
Octal13522315245034522062657
Binary10111011001001111010101001010111001010101000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,106); }

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

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

 a { background-color: rgb(93,147,106); }

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

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

 span { border-color: rgb(93,147,106); }

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