#38733F

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

Shades of Japanese Laurel #38733F

Tints of Japanese Laurel #38733F

Color information

#38733F (or 0x38733F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 73 and 3F. RGB value is (56,115,63). Sum of RGB (Red+Green+Blue) = 56+115+63=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #38733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38733F is #C78CC0. Grayscale: #5B5B5B. Windows color (decimal): -13077697 or 4158264. OLE color: 4158264.

HSL color Cylindrical-coordinate representation of color #38733F: hue angle of 127.12º 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 #38733F is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB5611563-
CMYK0.5100.450.55
HSL127.12º34.5%33.53%-
HSV(B)127.12º51.3%45.1%-
XYZ8.6613.466.84-
YUV91.43111.95102.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 63 (25% from 255) = 26.92%
R=23.93%
G=49.15%
B=26.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115630.5100.450.55127.1234.533.53
Hex38733F3302D377f2322
Octal701637763055671774342
Binary111000111001111111111001101011011101111111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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