#387C34

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

Shades of Japanese Laurel #387C34

Tints of Japanese Laurel #387C34

Color information

#387C34 (or 0x387C34) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7C and 34. RGB value is (56,124,52). Sum of RGB (Red+Green+Blue) = 56+124+52=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #387C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C34 is #C783CB. Grayscale: #5F5F5F. Windows color (decimal): -13075404 or 3439672. OLE color: 3439672.

HSL color Cylindrical-coordinate representation of color #387C34: hue angle of 116.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387C34 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB5612452-
CMYK0.5500.580.51
HSL116.67º40.91%34.51%-
HSV(B)116.67º58.06%48.63%-
XYZ9.4615.55.74-
YUV95.46103.4799.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=24.14%
G=53.45%
B=22.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124520.5500.580.51116.6740.9134.51
Hex387C343703A33752923
Octal701746467072631655143
Binary111000111110011010011011101110101100111110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C34; }

 p { color: rgb(56,124,52); }

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

<style>
 a { background-color: #387C34; }

 a { background-color: rgb(56,124,52); }

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

<style>
 span { border-color: #387C34; }

 span { border-color: rgb(56,124,52); }

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