#38903D

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

Shades of Japanese Laurel #38903D

Tints of Japanese Laurel #38903D

Color information

#38903D (or 0x38903D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 90 and 3D. RGB value is (56,144,61). Sum of RGB (Red+Green+Blue) = 56+144+61=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #38903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38903D is #C76FC2. Grayscale: #6C6C6C. Windows color (decimal): -13070275 or 4034616. OLE color: 4034616.

HSL color Cylindrical-coordinate representation of color #38903D: hue angle of 123.41º 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 #38903D is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB5614461-
CMYK0.6100.580.44
HSL123.41º44%39.22%-
HSV(B)123.41º61.11%56.47%-
XYZ12.4521.127.84-
YUV108.23101.3590.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=21.46%
G=55.17%
B=23.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144610.6100.580.44123.414439.22
Hex38903D3D03A2C7b2c27
Octal702207575072541735447
Binary1110001001000011110111110101110101011001111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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