Html Css Color HEX #317C35 Japanese Laurel

📋 copy color: '#317C35'

red 49 ◦ green 124 ◦ blue 53

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

Shades of Japanese Laurel #317C35

Tints of Japanese Laurel #317C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.87%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 21.68%
G = 54.87%
B = 23.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#317C35 (or 0x317C35) is known color: Japanese Laurel. HEX triplet: 31, 7C and 35. RGB value is (49,124,53). Sum of RGB (Red+Green+Blue) = 49+124+53=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #317C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C35 is #CE83CA. Grayscale: #5D5D5D. Windows color (decimal): -13534155 or 3505201. OLE color: 3505201.

HSL color Cylindrical-coordinate representation of color #317C35: hue angle of 123.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C35 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 53 -
CMYK 0.60 0 0.57 0.51
HSL 123.2º 0.43% 0.34% -
HSV(B) 123.2º 0.6% 0.49% -
XYZ 9.12 15.33 5.85 -
YUV 93.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 49 124 53 0.60 0 0.57 0.51 123.2 0.43 0.34
Hex 31 7C 35 3C 0 39 33 7B 2B 22
Octal 61 174 65 74 0 71 63 173 53 42
Binary 110001 1111100 110101 111100 0 111001 110011 1111011 101011 100010

Color Harmonies of #317C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C35

Black with #317C35

Text Example


Text Example

White with #317C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C35; }

 p { color: rgb(49,124,53); }

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

background-color css

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

 a { background-color: rgb(49,124,53); }

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

border-color css

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

 span { border-color: rgb(49,124,53); }

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