#38793E

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

Shades of Japanese Laurel #38793E

Tints of Japanese Laurel #38793E

Color information

#38793E (or 0x38793E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 3E. RGB value is (56,121,62). Sum of RGB (Red+Green+Blue) = 56+121+62=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #38793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38793E is #C786C1. Grayscale: #5F5F5F. Windows color (decimal): -13076162 or 4094264. OLE color: 4094264.

HSL color Cylindrical-coordinate representation of color #38793E: hue angle of 125.54º 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 #38793E is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB5612162-
CMYK0.5400.490.53
HSL125.54º36.72%34.71%-
HSV(B)125.54º53.72%47.45%-
XYZ9.3414.866.93-
YUV94.84109.47100.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=23.43%
G=50.63%
B=25.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121620.5400.490.53125.5436.7234.71
Hex38793E36031357e2523
Octal701717666061651764543
Binary111000111100111111011011001100011101011111110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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