#39803a

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

Shades of Japanese Laurel #39803A

Tints of Japanese Laurel #39803A

Color information

#39803A (or 0x39803A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 80 and 3A. RGB value is (57,128,58). Sum of RGB (Red+Green+Blue) = 57+128+58=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #39803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39803A is #C67FC5. Grayscale: #626262. Windows color (decimal): -13008838 or 3833913. OLE color: 3833913.

HSL color Cylindrical-coordinate representation of color #39803A: hue angle of 120.85º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39803A is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB5712858-
CMYK0.5500.550.50
HSL120.85º38.38%36.27%-
HSV(B)120.85º55.47%50.2%-
XYZ10.1716.616.67-
YUV98.79104.9898.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=23.46%
G=52.67%
B=23.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128580.5500.550.50120.8538.3836.27
Hex39803A3703732792624
Octal712007267067621714644
Binary1110011000000011101011011101101111100101111001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39803a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39803a; }

 p { color: rgb(57,128,58); }

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

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

 a { background-color: rgb(57,128,58); }

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

<style>
 span { border-color: #39803a; }

 span { border-color: rgb(57,128,58); }

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