#397B33

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

Shades of Japanese Laurel #397B33

Tints of Japanese Laurel #397B33

Color information

#397B33 (or 0x397B33) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7B and 33. RGB value is (57,123,51). Sum of RGB (Red+Green+Blue) = 57+123+51=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #397B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B33 is #C684CC. Grayscale: #5F5F5F. Windows color (decimal): -13010125 or 3373881. OLE color: 3373881.

HSL color Cylindrical-coordinate representation of color #397B33: hue angle of 115º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397B33 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB5712351-
CMYK0.5400.590.52
HSL115º41.38%34.12%-
HSV(B)115º58.54%48.24%-
XYZ9.3715.275.59-
YUV95.06103.13100.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 123 (48.44% from 255) = 53.25%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=24.68%
G=53.25%
B=22.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123510.5400.590.5211541.3834.12
Hex397B333603B34732922
Octal711736366073641635142
Binary111001111101111001111011001110111101001110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397B33; }

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

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

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

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

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

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

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

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