Html Css Color HEX #717535 Crete

📋 copy color: '#717535'

red 113 ◦ green 117 ◦ blue 53

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

Shades of Crete #717535

Tints of Crete #717535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 39.93%
G = 41.34%
B = 18.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#717535 (or 0x717535) is known color: Crete. HEX triplet: 71, 75 and 35. RGB value is (113,117,53). Sum of RGB (Red+Green+Blue) = 113+117+53=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #717535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717535 is #8E8ACA. Grayscale: #6C6C6C. Windows color (decimal): -9341643 or 3503473. OLE color: 3503473.

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

Color convert

RGB 113 117 53 -
CMYK 0.03 0 0.55 0.54
HSL 63.75º 0.38% 0.33% -
HSV(B) 63.75º 0.55% 0.46% -
XYZ 13.81 16.49 5.82 -
YUV 108.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 113 117 53 0.03 0 0.55 0.54 63.75 0.38 0.33
Hex 71 75 35 3 0 37 36 40 26 21
Octal 161 165 65 3 0 67 66 100 46 41
Binary 1110001 1110101 110101 11 0 110111 110110 1000000 100110 100001

Color Harmonies of #717535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717535

Black with #717535

Text Example


Text Example

White with #717535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717535; }

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

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

background-color css

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

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

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

border-color css

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

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

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