Html Css Color HEX #717036 Crete

📋 copy color: '#717036'

red 113 ◦ green 112 ◦ blue 54

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

Shades of Crete #717036

Tints of Crete #717036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 40.5%
G = 40.14%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#717036 (or 0x717036) is known color: Crete. HEX triplet: 71, 70 and 36. RGB value is (113,112,54). Sum of RGB (Red+Green+Blue) = 113+112+54=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #717036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717036 is #8E8FC9. Grayscale: #696969. Windows color (decimal): -9342922 or 3567729. OLE color: 3567729.

HSL color Cylindrical-coordinate representation of color #717036: hue angle of 58.98º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #717036 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 54 -
CMYK 0 0.01 0.52 0.56
HSL 58.98º 0.35% 0.33% -
HSV(B) 58.98º 0.52% 0.44% -
XYZ 13.27 15.37 5.76 -
YUV 105.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 113 112 54 0 0.01 0.52 0.56 58.98 0.35 0.33
Hex 71 70 36 0 1 34 38 3B 23 21
Octal 161 160 66 0 1 64 70 73 43 41
Binary 1110001 1110000 110110 0 1 110100 111000 111011 100011 100001

Color Harmonies of #717036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717036

Black with #717036

Text Example


Text Example

White with #717036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717036; }

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

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

background-color css

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

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

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

border-color css

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

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

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