#398C41

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

Shades of Japanese Laurel #398C41

Tints of Japanese Laurel #398C41

Color information

#398C41 (or 0x398C41) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8C and 41. RGB value is (57,140,65). Sum of RGB (Red+Green+Blue) = 57+140+65=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #398C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C41 is #C673BE. Grayscale: #6A6A6A. Windows color (decimal): -13005759 or 4295737. OLE color: 4295737.

HSL color Cylindrical-coordinate representation of color #398C41: hue angle of 125.78º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C41 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB5714065-
CMYK0.5900.540.45
HSL125.78º42.13%38.63%-
HSV(B)125.78º59.29%54.9%-
XYZ12.0220.018.23-
YUV106.63104.592.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 140 (55.08% from 255) = 53.44%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=21.76%
G=53.44%
B=24.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140650.5900.540.45125.7842.1338.63
Hex398C413B0362D7e2a27
Octal7121410173066551765247
Binary11100110001100100000111101101101101011011111110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C41; }

 p { color: rgb(57,140,65); }

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

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

 a { background-color: rgb(57,140,65); }

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

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

 span { border-color: rgb(57,140,65); }

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