Html Css Color HEX #5D936D Oxley

📋 copy color: '#5D936D'

red 93 ◦ green 147 ◦ blue 109

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

Shades of Oxley #5D936D

Tints of Oxley #5D936D

RGB

 RED value IS 93 (36.72% from 255) = 26.65%

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 26.65%
G = 42.12%
B = 31.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#5D936D (or 0x5D936D) is known color: Oxley. HEX triplet: 5D, 93 and 6D. RGB value is (93,147,109). Sum of RGB (Red+Green+Blue) = 93+147+109=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936D is #A26C92. Grayscale: #7E7E7E. Windows color (decimal): -10644627 or 7181149. OLE color: 7181149.

HSL color Cylindrical-coordinate representation of color #5D936D: hue angle of 137.78º degrees, saturation: 0.22, 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 #5D936D is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 147 109 -
CMYK 0.37 0 0.26 0.42
HSL 137.78º 0.23% 0.47% -
HSV(B) 137.78º 0.37% 0.58% -
XYZ 17.71 24.3 18.22 -
YUV 126.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 93 147 109 0.37 0 0.26 0.42 137.78 0.23 0.47
Hex 5D 93 6D 25 0 1A 2A 8A 16 2F
Octal 135 223 155 45 0 32 52 212 26 57
Binary 1011101 10010011 1101101 100101 0 11010 101010 10001010 10110 101111

Color Harmonies of #5D936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D936D

Black with #5D936D

Text Example


Text Example

White with #5D936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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