#39823D

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

Shades of Japanese Laurel #39823D

Tints of Japanese Laurel #39823D

Color information

#39823D (or 0x39823D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 82 and 3D. RGB value is (57,130,61). Sum of RGB (Red+Green+Blue) = 57+130+61=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #39823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39823D is #C67DC2. Grayscale: #646464. Windows color (decimal): -13008323 or 4031033. OLE color: 4031033.

HSL color Cylindrical-coordinate representation of color #39823D: hue angle of 123.29º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39823D is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5713061-
CMYK0.5600.530.49
HSL123.29º39.04%36.67%-
HSV(B)123.29º56.15%50.98%-
XYZ10.5117.177.18-
YUV100.31105.8297.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=22.98%
G=52.42%
B=24.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130610.5600.530.49123.2939.0436.67
Hex39823D38035317b2725
Octal712027570065611734745
Binary1110011000001011110111100001101011100011111011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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