Html Css Color HEX #538A5F Como

📋 copy color: '#538A5F'

red 83 ◦ green 138 ◦ blue 95

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

Shades of Como #538A5F

Tints of Como #538A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 26.27%
G = 43.67%
B = 30.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#538A5F (or 0x538A5F) is known color: Como. HEX triplet: 53, 8A and 5F. RGB value is (83,138,95). Sum of RGB (Red+Green+Blue) = 83+138+95=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #538A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A5F is #AC75A0. Grayscale: #747474. Windows color (decimal): -11302305 or 6261331. OLE color: 6261331.

HSL color Cylindrical-coordinate representation of color #538A5F: hue angle of 133.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A5F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 95 -
CMYK 0.40 0 0.31 0.46
HSL 133.09º 0.25% 0.43% -
HSV(B) 133.09º 0.4% 0.54% -
XYZ 14.72 20.84 14.07 -
YUV 116.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 83 138 95 0.40 0 0.31 0.46 133.09 0.25 0.43
Hex 53 8A 5F 28 0 1F 2E 85 19 2B
Octal 123 212 137 50 0 37 56 205 31 53
Binary 1010011 10001010 1011111 101000 0 11111 101110 10000101 11001 101011

Color Harmonies of #538A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A5F

Black with #538A5F

Text Example


Text Example

White with #538A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A5F; }

 p { color: rgb(83,138,95); }

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

background-color css

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

 a { background-color: rgb(83,138,95); }

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

border-color css

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

 span { border-color: rgb(83,138,95); }

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