Html Css Color HEX #95835E Granite Green

📋 copy color: '#95835E'

red 149 ◦ green 131 ◦ blue 94

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

Shades of Granite Green #95835E

Tints of Granite Green #95835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 39.84%
G = 35.03%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95835E (or 0x95835E) is known color: Granite Green. HEX triplet: 95, 83 and 5E. RGB value is (149,131,94). Sum of RGB (Red+Green+Blue) = 149+131+94=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95835E is #6A7CA1. Grayscale: #848484. Windows color (decimal): -6978722 or 6194069. OLE color: 6194069.

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

Color convert

RGB 149 131 94 -
CMYK 0 0.12 0.37 0.42
HSL 40.36º 0.23% 0.48% -
HSV(B) 40.36º 0.37% 0.58% -
XYZ 22.53 23.43 13.92 -
YUV 132.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 149 131 94 0 0.12 0.37 0.42 40.36 0.23 0.48
Hex 95 83 5E 0 C 25 2A 28 17 30
Octal 225 203 136 0 14 45 52 50 27 60
Binary 10010101 10000011 1011110 0 1100 100101 101010 101000 10111 110000

Color Harmonies of #95835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95835E

Black with #95835E

Text Example


Text Example

White with #95835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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