Html Css Color HEX #717536 Crete

📋 copy color: '#717536'

red 113 ◦ green 117 ◦ blue 54

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

Shades of Crete #717536

Tints of Crete #717536

RGB

 RED value IS 113 (44.53% from 255) = 39.79%

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 39.79%
G = 41.2%
B = 19.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#717536 (or 0x717536) is known color: Crete. HEX triplet: 71, 75 and 36. RGB value is (113,117,54). Sum of RGB (Red+Green+Blue) = 113+117+54=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #717536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717536 is #8E8AC9. Grayscale: #6C6C6C. Windows color (decimal): -9341642 or 3569009. OLE color: 3569009.

HSL color Cylindrical-coordinate representation of color #717536: hue angle of 63.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #717536 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 54 -
CMYK 0.03 0 0.54 0.54
HSL 63.81º 0.37% 0.34% -
HSV(B) 63.81º 0.54% 0.46% -
XYZ 13.84 16.5 5.95 -
YUV 108.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 113 117 54 0.03 0 0.54 0.54 63.81 0.37 0.34
Hex 71 75 36 3 0 36 36 40 25 22
Octal 161 165 66 3 0 66 66 100 45 42
Binary 1110001 1110101 110110 11 0 110110 110110 1000000 100101 100010

Color Harmonies of #717536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717536

Black with #717536

Text Example


Text Example

White with #717536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717536; }

 p { color: rgb(113,117,54); }

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

background-color css

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

 a { background-color: rgb(113,117,54); }

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

border-color css

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

 span { border-color: rgb(113,117,54); }

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