#38733D

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

Shades of Japanese Laurel #38733D

Tints of Japanese Laurel #38733D

Color information

#38733D (or 0x38733D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 73 and 3D. RGB value is (56,115,61). Sum of RGB (Red+Green+Blue) = 56+115+61=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #38733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38733D is #C78CC2. Grayscale: #5B5B5B. Windows color (decimal): -13077699 or 4027192. OLE color: 4027192.

HSL color Cylindrical-coordinate representation of color #38733D: hue angle of 125.08º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38733D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5611561-
CMYK0.5100.470.55
HSL125.08º34.5%33.53%-
HSV(B)125.08º51.3%45.1%-
XYZ8.613.446.56-
YUV91.2110.95102.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=24.14%
G=49.57%
B=26.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115610.5100.470.55125.0834.533.53
Hex38733D3302F377d2322
Octal701637563057671754342
Binary111000111001111110111001101011111101111111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38733D; }

 p { color: rgb(56,115,61); }

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

<style>
 a { background-color: #38733D; }

 a { background-color: rgb(56,115,61); }

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

<style>
 span { border-color: #38733D; }

 span { border-color: rgb(56,115,61); }

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