#39843F

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

Shades of Japanese Laurel #39843F

Tints of Japanese Laurel #39843F

Color information

#39843F (or 0x39843F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 84 and 3F. RGB value is (57,132,63). Sum of RGB (Red+Green+Blue) = 57+132+63=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #39843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39843F is #C67BC0. Grayscale: #656565. Windows color (decimal): -13007809 or 4162617. OLE color: 4162617.

HSL color Cylindrical-coordinate representation of color #39843F: hue angle of 124.8º 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 #39843F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB5713263-
CMYK0.5700.520.48
HSL124.8º39.68%37.06%-
HSV(B)124.8º56.82%51.76%-
XYZ10.8417.737.55-
YUV101.71106.1596.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 63 (25% from 255) = 25%
R=22.62%
G=52.38%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132630.5700.520.48124.839.6837.06
Hex39843F39034307d2825
Octal712047771064601755045
Binary1110011000010011111111100101101001100001111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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