#388B36

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

Shades of Japanese Laurel #388B36

Tints of Japanese Laurel #388B36

Color information

#388B36 (or 0x388B36) is unknown color: approx Japanese Laurel. HEX triplet: 38, 8B and 36. RGB value is (56,139,54). Sum of RGB (Red+Green+Blue) = 56+139+54=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #388B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B36 is #C774C9. Grayscale: #686868. Windows color (decimal): -13071562 or 3574584. OLE color: 3574584.

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

Color convert

RGB5613954-
CMYK0.6000.610.45
HSL118.59º44.04%37.84%-
HSV(B)118.59º61.15%54.51%-
XYZ11.5319.576.66-
YUV104.4999.593.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=22.49%
G=55.82%
B=21.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56139540.6000.610.45118.5944.0437.84
Hex388B363C03D2D772c26
Octal702136674075551675446
Binary1110001000101111011011110001111011011011110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388B36; }

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

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

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

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

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

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

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

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