Html Css Color HEX #717132 Crete

📋 copy color: '#717132'

red 113 ◦ green 113 ◦ blue 50

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

Shades of Crete #717132

Tints of Crete #717132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 40.94%
G = 40.94%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#717132 (or 0x717132) is known color: Crete. HEX triplet: 71, 71 and 32. RGB value is (113,113,50). Sum of RGB (Red+Green+Blue) = 113+113+50=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717132 is #8E8ECD. Grayscale: #6A6A6A. Windows color (decimal): -9342670 or 3305841. OLE color: 3305841.

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

Color convert

RGB 113 113 50 -
CMYK 0 0 0.56 0.56
HSL 60º 0.39% 0.32% -
HSV(B) 60º 0.56% 0.44% -
XYZ 13.29 15.55 5.32 -
YUV 105.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 113 113 50 0 0 0.56 0.56 60 0.39 0.32
Hex 71 71 32 0 0 38 38 3C 27 20
Octal 161 161 62 0 0 70 70 74 47 40
Binary 1110001 1110001 110010 0 0 111000 111000 111100 100111 100000

Color Harmonies of #717132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717132

Black with #717132

Text Example


Text Example

White with #717132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717132; }

 p { color: rgb(113,113,50); }

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

background-color css

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

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

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

border-color css

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

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

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