#39843D

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

Shades of Japanese Laurel #39843D

Tints of Japanese Laurel #39843D

Color information

#39843D (or 0x39843D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 84 and 3D. RGB value is (57,132,61). Sum of RGB (Red+Green+Blue) = 57+132+61=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #39843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39843D is #C67BC2. Grayscale: #656565. Windows color (decimal): -13007811 or 4031545. OLE color: 4031545.

HSL color Cylindrical-coordinate representation of color #39843D: hue angle of 123.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39843D is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB5713261-
CMYK0.5700.540.48
HSL123.2º39.68%37.06%-
HSV(B)123.2º56.82%51.76%-
XYZ10.7817.717.26-
YUV101.48105.1596.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=22.8%
G=52.8%
B=24.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132610.5700.540.48123.239.6837.06
Hex39843D39036307b2825
Octal712047571066601735045
Binary1110011000010011110111100101101101100001111011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,132,61); }

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

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

 a { background-color: rgb(57,132,61); }

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

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

 span { border-color: rgb(57,132,61); }

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