Html Css Color HEX #317026 Japanese Laurel

📋 copy color: '#317026'

red 49 ◦ green 112 ◦ blue 38

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

Shades of Japanese Laurel #317026

Tints of Japanese Laurel #317026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 24.62%
G = 56.28%
B = 19.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#317026 (or 0x317026) is known color: Japanese Laurel. HEX triplet: 31, 70 and 26. RGB value is (49,112,38). Sum of RGB (Red+Green+Blue) = 49+112+38=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #317026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317026 is #CE8FD9. Grayscale: #545454. Windows color (decimal): -13537242 or 2519089. OLE color: 2519089.

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

Color convert

RGB 49 112 38 -
CMYK 0.56 0 0.66 0.56
HSL 111.08º 0.49% 0.29% -
HSV(B) 111.08º 0.66% 0.44% -
XYZ 7.41 12.38 3.83 -
YUV 84.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 49 112 38 0.56 0 0.66 0.56 111.08 0.49 0.29
Hex 31 70 26 38 0 42 38 6F 31 1D
Octal 61 160 46 70 0 102 70 157 61 35
Binary 110001 1110000 100110 111000 0 1000010 111000 1101111 110001 11101

Color Harmonies of #317026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317026

Black with #317026

Text Example


Text Example

White with #317026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317026; }

 p { color: rgb(49,112,38); }

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

background-color css

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

 a { background-color: rgb(49,112,38); }

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

border-color css

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

 span { border-color: rgb(49,112,38); }

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