Html Css Color HEX #958361 Granite Green

📋 copy color: '#958361'

red 149 ◦ green 131 ◦ blue 97

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

Shades of Granite Green #958361

Tints of Granite Green #958361

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

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

R = 39.52%
G = 34.75%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#958361 (or 0x958361) is known color: Granite Green. HEX triplet: 95, 83 and 61. RGB value is (149,131,97). Sum of RGB (Red+Green+Blue) = 149+131+97=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #958361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958361 is #6A7C9E. Grayscale: #848484. Windows color (decimal): -6978719 or 6390677. OLE color: 6390677.

HSL color Cylindrical-coordinate representation of color #958361: hue angle of 39.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958361 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 97 -
CMYK 0 0.12 0.35 0.42
HSL 39.23º 0.21% 0.48% -
HSV(B) 39.23º 0.35% 0.58% -
XYZ 22.67 23.49 14.65 -
YUV 132.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 149 131 97 0 0.12 0.35 0.42 39.23 0.21 0.48
Hex 95 83 61 0 C 23 2A 27 15 30
Octal 225 203 141 0 14 43 52 47 25 60
Binary 10010101 10000011 1100001 0 1100 100011 101010 100111 10101 110000

Color Harmonies of #958361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958361

Black with #958361

Text Example


Text Example

White with #958361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958361; }

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

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

background-color css

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

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

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

border-color css

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

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

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