#397933

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

Shades of Japanese Laurel #397933

Tints of Japanese Laurel #397933

Color information

#397933 (or 0x397933) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 33. RGB value is (57,121,51). Sum of RGB (Red+Green+Blue) = 57+121+51=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #397933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397933 is #C686CC. Grayscale: #5E5E5E. Windows color (decimal): -13010637 or 3373369. OLE color: 3373369.

HSL color Cylindrical-coordinate representation of color #397933: hue angle of 114.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397933 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5712151-
CMYK0.5300.580.53
HSL114.86º40.7%33.73%-
HSV(B)114.86º57.85%47.45%-
XYZ9.1214.785.5-
YUV93.88103.8101.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 121 (47.66% from 255) = 52.84%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=24.89%
G=52.84%
B=22.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121510.5300.580.53114.8640.733.73
Hex3979333503A35732922
Octal711716365072651635142
Binary111001111100111001111010101110101101011110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397933; }

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

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

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

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

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

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

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

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