Html Css Color HEX #918361 Granite Green

📋 copy color: '#918361'

red 145 ◦ green 131 ◦ blue 97

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

Shades of Granite Green #918361

Tints of Granite Green #918361

RGB

 RED value IS 145 (57.03% from 255) = 38.87%

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 38.87%
G = 35.12%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#918361 (or 0x918361) is known color: Granite Green. HEX triplet: 91, 83 and 61. RGB value is (145,131,97). Sum of RGB (Red+Green+Blue) = 145+131+97=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918361 is #6E7C9E. Grayscale: #838383. Windows color (decimal): -7240863 or 6390673. OLE color: 6390673.

HSL color Cylindrical-coordinate representation of color #918361: hue angle of 42.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918361 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 97 -
CMYK 0 0.10 0.33 0.43
HSL 42.5º 0.2% 0.47% -
HSV(B) 42.5º 0.33% 0.57% -
XYZ 21.95 23.12 14.61 -
YUV 131.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 145 131 97 0 0.10 0.33 0.43 42.5 0.2 0.47
Hex 91 83 61 0 A 21 2B 2A 14 2F
Octal 221 203 141 0 12 41 53 52 24 57
Binary 10010001 10000011 1100001 0 1010 100001 101011 101010 10100 101111

Color Harmonies of #918361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918361

Black with #918361

Text Example


Text Example

White with #918361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918361; }

 p { color: rgb(145,131,97); }

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

background-color css

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

 a { background-color: rgb(145,131,97); }

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

border-color css

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

 span { border-color: rgb(145,131,97); }

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