#39743D

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

Shades of Japanese Laurel #39743D

Tints of Japanese Laurel #39743D

Color information

#39743D (or 0x39743D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 74 and 3D. RGB value is (57,116,61). Sum of RGB (Red+Green+Blue) = 57+116+61=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #39743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39743D is #C68BC2. Grayscale: #5C5C5C. Windows color (decimal): -13011907 or 4027449. OLE color: 4027449.

HSL color Cylindrical-coordinate representation of color #39743D: hue angle of 124.07º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39743D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5711661-
CMYK0.5100.470.55
HSL124.07º34.1%33.92%-
HSV(B)124.07º50.86%45.49%-
XYZ8.7813.76.6-
YUV92.09110.45102.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=24.36%
G=49.57%
B=26.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57116610.5100.470.55124.0734.133.92
Hex39743D3302F377c2222
Octal711647563057671744242
Binary111001111010011110111001101011111101111111100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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