#38783F

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

Shades of Japanese Laurel #38783F

Tints of Japanese Laurel #38783F

Color information

#38783F (or 0x38783F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 3F. RGB value is (56,120,63). Sum of RGB (Red+Green+Blue) = 56+120+63=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #38783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783F is #C787C0. Grayscale: #5E5E5E. Windows color (decimal): -13076417 or 4159544. OLE color: 4159544.

HSL color Cylindrical-coordinate representation of color #38783F: hue angle of 126.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38783F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB5612063-
CMYK0.5300.480.53
HSL126.56º36.36%34.51%-
HSV(B)126.56º53.33%47.06%-
XYZ9.2414.637.04-
YUV94.37110.3100.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 63 (25% from 255) = 26.36%
R=23.43%
G=50.21%
B=26.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120630.5300.480.53126.5636.3634.51
Hex38783F35030357f2423
Octal701707765060651774443
Binary111000111100011111111010101100001101011111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38783F; }

 p { color: rgb(56,120,63); }

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

<style>
 a { background-color: #38783F; }

 a { background-color: rgb(56,120,63); }

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

<style>
 span { border-color: #38783F; }

 span { border-color: rgb(56,120,63); }

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