#317226

Color #317226 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #317226

Tints of Japanese Laurel #317226

Color information

#317226 (or 0x317226) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 26. RGB value is (49,114,38). Sum of RGB (Red+Green+Blue) = 49+114+38=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #317226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317226 is #CE8DD9. Grayscale: #565656. Windows color (decimal): -13536730 or 2519601. OLE color: 2519601.

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

Color convert

RGB4911438-
CMYK0.5700.670.55
HSL111.32º50%29.8%-
HSV(B)111.32º66.67%44.71%-
XYZ7.6312.833.91-
YUV85.9100.97101.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=24.38%
G=56.72%
B=18.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114380.5700.670.55111.325029.8
Hex31722639043376f321e
Octal6116246710103671576236
Binary110001111001010011011100101000011110111110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317226; }

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

 H1.HeaderClassName
 {
   color: #317226;
 }
 .AnyTagClassName
 {
   color: #317226;
 }
</style>
background-color css

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

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

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

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

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

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