Html Css Color HEX #317630 Japanese Laurel

📋 copy color: '#317630'

red 49 ◦ green 118 ◦ blue 48

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

Shades of Japanese Laurel #317630

Tints of Japanese Laurel #317630

RGB

 RED value IS 49 (19.53% from 255) = 22.79%

 GREEN value IS 118 (46.48% from 255) = 54.88%

 BLUE value IS 48 (19.14% from 255) = 22.33%

R = 22.79%
G = 54.88%
B = 22.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#317630 (or 0x317630) is known color: Japanese Laurel. HEX triplet: 31, 76 and 30. RGB value is (49,118,48). Sum of RGB (Red+Green+Blue) = 49+118+48=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #317630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317630 is #CE89CF. Grayscale: #595959. Windows color (decimal): -13535696 or 3175985. OLE color: 3175985.

HSL color Cylindrical-coordinate representation of color #317630: hue angle of 119.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317630 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 48 -
CMYK 0.58 0 0.59 0.54
HSL 119.14º 0.42% 0.33% -
HSV(B) 119.14º 0.59% 0.46% -
XYZ 8.28 13.82 5.03 -
YUV 89.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 49 118 48 0.58 0 0.59 0.54 119.14 0.42 0.33
Hex 31 76 30 3A 0 3B 36 77 2A 21
Octal 61 166 60 72 0 73 66 167 52 41
Binary 110001 1110110 110000 111010 0 111011 110110 1110111 101010 100001

Color Harmonies of #317630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317630

Black with #317630

Text Example


Text Example

White with #317630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317630; }

 p { color: rgb(49,118,48); }

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

background-color css

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

 a { background-color: rgb(49,118,48); }

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

border-color css

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

 span { border-color: rgb(49,118,48); }

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