Html Css Color HEX #398941 Japanese Laurel

📋 copy color: '#398941'

red 57 ◦ green 137 ◦ blue 65

#398941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #398941

Tints of Japanese Laurel #398941

RGB

 RED value IS 57 (22.66% from 255) = 22.01%

 GREEN value IS 137 (53.91% from 255) = 52.9%

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 22.01%
G = 52.9%
B = 25.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#398941 (or 0x398941) is known color: Japanese Laurel. HEX triplet: 39, 89 and 41. RGB value is (57,137,65). Sum of RGB (Red+Green+Blue) = 57+137+65=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #398941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398941 is #C676BE. Grayscale: #696969. Windows color (decimal): -13006527 or 4294969. OLE color: 4294969.

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

Color convert

RGB 57 137 65 -
CMYK 0.58 0 0.53 0.46
HSL 126º 0.41% 0.38% -
HSV(B) 126º 0.58% 0.54% -
XYZ 11.59 19.14 8.09 -
YUV 104.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 57 137 65 0.58 0 0.53 0.46 126 0.41 0.38
Hex 39 89 41 3A 0 35 2E 7E 29 26
Octal 71 211 101 72 0 65 56 176 51 46
Binary 111001 10001001 1000001 111010 0 110101 101110 1111110 101001 100110

Color Harmonies of #398941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398941

Black with #398941

Text Example


Text Example

White with #398941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398941; }

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

 H1.HeaderClassName
 {
   color: #398941;
 }
 .AnyTagClassName
 {
   color: #398941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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