#368D3C

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

Shades of Japanese Laurel #368D3C

Tints of Japanese Laurel #368D3C

Color information

#368D3C (or 0x368D3C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8D and 3C. RGB value is (54,141,60). Sum of RGB (Red+Green+Blue) = 54+141+60=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #368D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D3C is #C972C3. Grayscale: #696969. Windows color (decimal): -13202116 or 3968310. OLE color: 3968310.

HSL color Cylindrical-coordinate representation of color #368D3C: hue angle of 124.14º 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 #368D3C is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB5414160-
CMYK0.6200.570.45
HSL124.14º44.62%38.24%-
HSV(B)124.14º61.7%55.29%-
XYZ11.8620.167.54-
YUV105.75102.1891.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=21.18%
G=55.29%
B=23.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141600.6200.570.45124.1444.6238.24
Hex368D3C3E0392D7c2d26
Octal662157476071551745546
Binary1101101000110111110011111001110011011011111100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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