#38793F

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

Shades of Japanese Laurel #38793F

Tints of Japanese Laurel #38793F

Color information

#38793F (or 0x38793F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 3F. RGB value is (56,121,63). Sum of RGB (Red+Green+Blue) = 56+121+63=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #38793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38793F is #C786C0. Grayscale: #5F5F5F. Windows color (decimal): -13076161 or 4159800. OLE color: 4159800.

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

Color convert

RGB5612163-
CMYK0.5400.480.53
HSL126.46º36.72%34.71%-
HSV(B)126.46º53.72%47.45%-
XYZ9.3714.877.08-
YUV94.95109.97100.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 63 (25% from 255) = 26.25%
R=23.33%
G=50.42%
B=26.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121630.5400.480.53126.4636.7234.71
Hex38793F36030357e2523
Octal701717766060651764543
Binary111000111100111111111011001100001101011111110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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