#398133

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

Shades of Japanese Laurel #398133

Tints of Japanese Laurel #398133

Color information

#398133 (or 0x398133) is unknown color: approx Japanese Laurel. HEX triplet: 39, 81 and 33. RGB value is (57,129,51). Sum of RGB (Red+Green+Blue) = 57+129+51=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #398133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398133 is #C67ECC. Grayscale: #626262. Windows color (decimal): -13008589 or 3375417. OLE color: 3375417.

HSL color Cylindrical-coordinate representation of color #398133: hue angle of 115.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398133 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5712951-
CMYK0.5600.600.49
HSL115.38º43.33%35.29%-
HSV(B)115.38º60.47%50.59%-
XYZ10.1416.815.84-
YUV98.58101.1598.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 129 (50.78% from 255) = 54.43%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=24.05%
G=54.43%
B=21.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129510.5600.600.49115.3843.3335.29
Hex3981333803C31732b23
Octal712016370074611635343
Binary1110011000000111001111100001111001100011110011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398133; }

 p { color: rgb(57,129,51); }

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

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

 a { background-color: rgb(57,129,51); }

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

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

 span { border-color: rgb(57,129,51); }

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