#39923b

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

Shades of Japanese Laurel #39923B

Tints of Japanese Laurel #39923B

Color information

#39923B (or 0x39923B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 92 and 3B. RGB value is (57,146,59). Sum of RGB (Red+Green+Blue) = 57+146+59=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #39923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39923B is #C66DC4. Grayscale: #6D6D6D. Windows color (decimal): -13004229 or 3904057. OLE color: 3904057.

HSL color Cylindrical-coordinate representation of color #39923B: hue angle of 121.35º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39923B is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB5714659-
CMYK0.6100.600.43
HSL121.35º43.84%39.8%-
HSV(B)121.35º60.96%57.25%-
XYZ12.7621.747.66-
YUV109.4799.5190.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=21.76%
G=55.73%
B=22.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57146590.6100.600.43121.3543.8439.8
Hex39923B3D03C2B792c28
Octal712227375074531715450
Binary1110011001001011101111110101111001010111111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39923b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39923b; }

 p { color: rgb(57,146,59); }

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

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

 a { background-color: rgb(57,146,59); }

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

<style>
 span { border-color: #39923b; }

 span { border-color: rgb(57,146,59); }

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