Html Css Color HEX #948360 Granite Green

📋 copy color: '#948360'

red 148 ◦ green 131 ◦ blue 96

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

Shades of Granite Green #948360

Tints of Granite Green #948360

RGB

 RED value IS 148 (58.2% from 255) = 39.47%

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

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 39.47%
G = 34.93%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948360 (or 0x948360) is known color: Granite Green. HEX triplet: 94, 83 and 60. RGB value is (148,131,96). Sum of RGB (Red+Green+Blue) = 148+131+96=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #948360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948360 is #6B7C9F. Grayscale: #848484. Windows color (decimal): -7044256 or 6325140. OLE color: 6325140.

HSL color Cylindrical-coordinate representation of color #948360: hue angle of 40.38º 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 #948360 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 96 -
CMYK 0 0.11 0.35 0.42
HSL 40.38º 0.21% 0.48% -
HSV(B) 40.38º 0.35% 0.58% -
XYZ 22.44 23.37 14.4 -
YUV 132.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 148 131 96 0 0.11 0.35 0.42 40.38 0.21 0.48
Hex 94 83 60 0 B 23 2A 28 15 30
Octal 224 203 140 0 13 43 52 50 25 60
Binary 10010100 10000011 1100000 0 1011 100011 101010 101000 10101 110000

Color Harmonies of #948360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948360

Black with #948360

Text Example


Text Example

White with #948360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948360; }

 p { color: rgb(148,131,96); }

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

background-color css

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

 a { background-color: rgb(148,131,96); }

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

border-color css

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

 span { border-color: rgb(148,131,96); }

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