Html Css Color HEX #398840 Japanese Laurel

📋 copy color: '#398840'

red 57 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #398840

Tints of Japanese Laurel #398840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 22.18%
G = 52.92%
B = 24.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#398840 (or 0x398840) is known color: Japanese Laurel. HEX triplet: 39, 88 and 40. RGB value is (57,136,64). Sum of RGB (Red+Green+Blue) = 57+136+64=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #398840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398840 is #C677BF. Grayscale: #686868. Windows color (decimal): -13006784 or 4229177. OLE color: 4229177.

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

Color convert

RGB 57 136 64 -
CMYK 0.58 0 0.53 0.47
HSL 125.32º 0.41% 0.38% -
HSV(B) 125.32º 0.58% 0.53% -
XYZ 11.42 18.85 7.89 -
YUV 104.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 57 136 64 0.58 0 0.53 0.47 125.32 0.41 0.38
Hex 39 88 40 3A 0 35 2F 7D 29 26
Octal 71 210 100 72 0 65 57 175 51 46
Binary 111001 10001000 1000000 111010 0 110101 101111 1111101 101001 100110

Color Harmonies of #398840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398840

Black with #398840

Text Example


Text Example

White with #398840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398840; }

 p { color: rgb(57,136,64); }

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

background-color css

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

 a { background-color: rgb(57,136,64); }

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

border-color css

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

 span { border-color: rgb(57,136,64); }

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