#38903F

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

Shades of Japanese Laurel #38903F

Tints of Japanese Laurel #38903F

Color information

#38903F (or 0x38903F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 90 and 3F. RGB value is (56,144,63). Sum of RGB (Red+Green+Blue) = 56+144+63=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #38903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38903F is #C76FC0. Grayscale: #6C6C6C. Windows color (decimal): -13070273 or 4165688. OLE color: 4165688.

HSL color Cylindrical-coordinate representation of color #38903F: hue angle of 124.77º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38903F is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB5614463-
CMYK0.6100.560.44
HSL124.77º44%39.22%-
HSV(B)124.77º61.11%56.47%-
XYZ12.521.158.13-
YUV108.45102.3590.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 63 (25% from 255) = 23.95%
R=21.29%
G=54.75%
B=23.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144630.6100.560.44124.774439.22
Hex38903F3D0382C7d2c27
Octal702207775070541755447
Binary1110001001000011111111110101110001011001111101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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