#38893F

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

Shades of Japanese Laurel #38893F

Tints of Japanese Laurel #38893F

Color information

#38893F (or 0x38893F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 89 and 3F. RGB value is (56,137,63). Sum of RGB (Red+Green+Blue) = 56+137+63=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #38893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38893F is #C776C0. Grayscale: #686868. Windows color (decimal): -13072065 or 4163896. OLE color: 4163896.

HSL color Cylindrical-coordinate representation of color #38893F: hue angle of 125.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38893F is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5613763-
CMYK0.5900.540.46
HSL125.19º41.97%37.84%-
HSV(B)125.19º59.12%53.73%-
XYZ11.4719.097.78-
YUV104.34104.6693.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 137 (53.91% from 255) = 53.52%
BLUE value IS 63 (25% from 255) = 24.61%
R=21.88%
G=53.52%
B=24.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137630.5900.540.46125.1941.9737.84
Hex38893F3B0362E7d2a26
Octal702117773066561755246
Binary1110001000100111111111101101101101011101111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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