Html Css Color HEX #717238 Crete

📋 copy color: '#717238'

red 113 ◦ green 114 ◦ blue 56

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

Shades of Crete #717238

Tints of Crete #717238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 39.93%
G = 40.28%
B = 19.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#717238 (or 0x717238) is known color: Crete. HEX triplet: 71, 72 and 38. RGB value is (113,114,56). Sum of RGB (Red+Green+Blue) = 113+114+56=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #717238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717238 is #8E8DC7. Grayscale: #6B6B6B. Windows color (decimal): -9342408 or 3699313. OLE color: 3699313.

HSL color Cylindrical-coordinate representation of color #717238: hue angle of 61.03º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #717238 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 56 -
CMYK 0.01 0 0.51 0.55
HSL 61.03º 0.34% 0.33% -
HSV(B) 61.03º 0.51% 0.45% -
XYZ 13.54 15.83 6.08 -
YUV 107.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 113 114 56 0.01 0 0.51 0.55 61.03 0.34 0.33
Hex 71 72 38 1 0 33 37 3D 22 21
Octal 161 162 70 1 0 63 67 75 42 41
Binary 1110001 1110010 111000 1 0 110011 110111 111101 100010 100001

Color Harmonies of #717238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717238

Black with #717238

Text Example


Text Example

White with #717238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717238; }

 p { color: rgb(113,114,56); }

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

background-color css

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

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

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

border-color css

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

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

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