#368B3C

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

Shades of Japanese Laurel #368B3C

Tints of Japanese Laurel #368B3C

Color information

#368B3C (or 0x368B3C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8B and 3C. RGB value is (54,139,60). Sum of RGB (Red+Green+Blue) = 54+139+60=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #368B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B3C is #C974C3. Grayscale: #686868. Windows color (decimal): -13202628 or 3967798. OLE color: 3967798.

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

Color convert

RGB5413960-
CMYK0.6100.570.45
HSL124.24º44.04%37.84%-
HSV(B)124.24º61.15%54.51%-
XYZ11.5719.587.44-
YUV104.58102.8491.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=21.34%
G=54.94%
B=23.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139600.6100.570.45124.2444.0437.84
Hex368B3C3D0392D7c2c26
Octal662137475071551745446
Binary1101101000101111110011110101110011011011111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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