#38733C

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

Shades of Japanese Laurel #38733C

Tints of Japanese Laurel #38733C

Color information

#38733C (or 0x38733C) is unknown color: approx Japanese Laurel. HEX triplet: 38, 73 and 3C. RGB value is (56,115,60). Sum of RGB (Red+Green+Blue) = 56+115+60=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #38733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38733C is #C78CC3. Grayscale: #5B5B5B. Windows color (decimal): -13077700 or 3961656. OLE color: 3961656.

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

Color convert

RGB5611560-
CMYK0.5100.480.55
HSL124.07º34.5%33.53%-
HSV(B)124.07º51.3%45.1%-
XYZ8.5813.436.41-
YUV91.09110.45102.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=24.24%
G=49.78%
B=25.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115600.5100.480.55124.0734.533.53
Hex38733C33030377c2322
Octal701637463060671744342
Binary111000111001111110011001101100001101111111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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