#368C3B

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

Shades of Japanese Laurel #368C3B

Tints of Japanese Laurel #368C3B

Color information

#368C3B (or 0x368C3B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8C and 3B. RGB value is (54,140,59). Sum of RGB (Red+Green+Blue) = 54+140+59=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #368C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C3B is #C973C4. Grayscale: #696969. Windows color (decimal): -13202373 or 3902518. OLE color: 3902518.

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

Color convert

RGB5414059-
CMYK0.6100.580.45
HSL123.49º44.33%38.04%-
HSV(B)123.49º61.43%54.9%-
XYZ11.6919.867.35-
YUV105.05102.0191.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=21.34%
G=55.34%
B=23.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54140590.6100.580.45123.4944.3338.04
Hex368C3B3D03A2D7b2c26
Octal662147375072551735446
Binary1101101000110011101111110101110101011011111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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