#39823A

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

Shades of Japanese Laurel #39823A

Tints of Japanese Laurel #39823A

Color information

#39823A (or 0x39823A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 82 and 3A. RGB value is (57,130,58). Sum of RGB (Red+Green+Blue) = 57+130+58=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #39823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39823A is #C67DC5. Grayscale: #646464. Windows color (decimal): -13008326 or 3834425. OLE color: 3834425.

HSL color Cylindrical-coordinate representation of color #39823A: hue angle of 120.82º 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 #39823A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5713058-
CMYK0.5600.550.49
HSL120.82º39.04%36.67%-
HSV(B)120.82º56.15%50.98%-
XYZ10.4317.146.76-
YUV99.96104.3297.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=23.27%
G=53.06%
B=23.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130580.5600.550.49120.8239.0436.67
Hex39823A3803731792725
Octal712027270067611714745
Binary1110011000001011101011100001101111100011111001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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