Html Css Color HEX #316F25 Japanese Laurel

📋 copy color: '#316F25'

red 49 ◦ green 111 ◦ blue 37

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

Shades of Japanese Laurel #316F25

Tints of Japanese Laurel #316F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 24.87%
G = 56.35%
B = 18.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#316F25 (or 0x316F25) is known color: Japanese Laurel. HEX triplet: 31, 6F and 25. RGB value is (49,111,37). Sum of RGB (Red+Green+Blue) = 49+111+37=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #316F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F25 is #CE90DA. Grayscale: #545454. Windows color (decimal): -13537499 or 2453297. OLE color: 2453297.

HSL color Cylindrical-coordinate representation of color #316F25: hue angle of 110.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316F25 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 37 -
CMYK 0.56 0 0.67 0.56
HSL 110.27º 0.5% 0.29% -
HSV(B) 110.27º 0.67% 0.44% -
XYZ 7.28 12.16 3.71 -
YUV 84.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 49 111 37 0.56 0 0.67 0.56 110.27 0.5 0.29
Hex 31 6F 25 38 0 43 38 6E 32 1D
Octal 61 157 45 70 0 103 70 156 62 35
Binary 110001 1101111 100101 111000 0 1000011 111000 1101110 110010 11101

Color Harmonies of #316F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F25

Black with #316F25

Text Example


Text Example

White with #316F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F25; }

 p { color: rgb(49,111,37); }

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

background-color css

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

 a { background-color: rgb(49,111,37); }

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

border-color css

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

 span { border-color: rgb(49,111,37); }

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