#368D3B

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

Shades of Japanese Laurel #368D3B

Tints of Japanese Laurel #368D3B

Color information

#368D3B (or 0x368D3B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8D and 3B. RGB value is (54,141,59). Sum of RGB (Red+Green+Blue) = 54+141+59=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #368D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D3B is #C972C4. Grayscale: #696969. Windows color (decimal): -13202117 or 3902774. OLE color: 3902774.

HSL color Cylindrical-coordinate representation of color #368D3B: hue angle of 123.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D3B is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB5414159-
CMYK0.6200.580.45
HSL123.45º44.62%38.24%-
HSV(B)123.45º61.7%55.29%-
XYZ11.8420.157.4-
YUV105.64101.6891.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 141 (55.47% from 255) = 55.51%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=21.26%
G=55.51%
B=23.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141590.6200.580.45123.4544.6238.24
Hex368D3B3E03A2D7b2d26
Octal662157376072551735546
Binary1101101000110111101111111001110101011011111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368D3B; }

 p { color: rgb(54,141,59); }

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

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

 a { background-color: rgb(54,141,59); }

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

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

 span { border-color: rgb(54,141,59); }

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