Html Css Color HEX #958362 Granite Green

📋 copy color: '#958362'

red 149 ◦ green 131 ◦ blue 98

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

Shades of Granite Green #958362

Tints of Granite Green #958362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.93%

R = 39.42%
G = 34.66%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958362 (or 0x958362) is known color: Granite Green. HEX triplet: 95, 83 and 62. RGB value is (149,131,98). Sum of RGB (Red+Green+Blue) = 149+131+98=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958362 is #6A7C9D. Grayscale: #848484. Windows color (decimal): -6978718 or 6456213. OLE color: 6456213.

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

Color convert

RGB 149 131 98 -
CMYK 0 0.12 0.34 0.42
HSL 38.82º 0.21% 0.48% -
HSV(B) 38.82º 0.34% 0.58% -
XYZ 22.72 23.5 14.89 -
YUV 132.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 149 131 98 0 0.12 0.34 0.42 38.82 0.21 0.48
Hex 95 83 62 0 C 22 2A 27 15 30
Octal 225 203 142 0 14 42 52 47 25 60
Binary 10010101 10000011 1100010 0 1100 100010 101010 100111 10101 110000

Color Harmonies of #958362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958362

Black with #958362

Text Example


Text Example

White with #958362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958362; }

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

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

background-color css

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

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

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

border-color css

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

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

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