Html Css Color HEX #317338 Japanese Laurel

📋 copy color: '#317338'

red 49 ◦ green 115 ◦ blue 56

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

Shades of Japanese Laurel #317338

Tints of Japanese Laurel #317338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 22.27%
G = 52.27%
B = 25.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#317338 (or 0x317338) is known color: Japanese Laurel. HEX triplet: 31, 73 and 38. RGB value is (49,115,56). Sum of RGB (Red+Green+Blue) = 49+115+56=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #317338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317338 is #CE8CC7. Grayscale: #585858. Windows color (decimal): -13536456 or 3699505. OLE color: 3699505.

HSL color Cylindrical-coordinate representation of color #317338: hue angle of 126.36º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317338 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 56 -
CMYK 0.57 0 0.51 0.55
HSL 126.36º 0.4% 0.32% -
HSV(B) 126.36º 0.57% 0.45% -
XYZ 8.11 13.2 5.86 -
YUV 88.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 49 115 56 0.57 0 0.51 0.55 126.36 0.4 0.32
Hex 31 73 38 39 0 33 37 7E 28 20
Octal 61 163 70 71 0 63 67 176 50 40
Binary 110001 1110011 111000 111001 0 110011 110111 1111110 101000 100000

Color Harmonies of #317338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317338

Black with #317338

Text Example


Text Example

White with #317338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317338; }

 p { color: rgb(49,115,56); }

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

background-color css

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

 a { background-color: rgb(49,115,56); }

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

border-color css

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

 span { border-color: rgb(49,115,56); }

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