Html Css Color HEX #398C40 Japanese Laurel

📋 copy color: '#398C40'

red 57 ◦ green 140 ◦ blue 64

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

Shades of Japanese Laurel #398C40

Tints of Japanese Laurel #398C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.64%

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

R = 21.84%
G = 53.64%
B = 24.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#398C40 (or 0x398C40) is known color: Japanese Laurel. HEX triplet: 39, 8C and 40. RGB value is (57,140,64). Sum of RGB (Red+Green+Blue) = 57+140+64=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #398C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C40 is #C673BF. Grayscale: #6A6A6A. Windows color (decimal): -13005760 or 4230201. OLE color: 4230201.

HSL color Cylindrical-coordinate representation of color #398C40: hue angle of 125.06º 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 #398C40 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 64 -
CMYK 0.59 0 0.54 0.45
HSL 125.06º 0.42% 0.39% -
HSV(B) 125.06º 0.59% 0.55% -
XYZ 11.99 20 8.08 -
YUV 106.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 57 140 64 0.59 0 0.54 0.45 125.06 0.42 0.39
Hex 39 8C 40 3B 0 36 2D 7D 2A 27
Octal 71 214 100 73 0 66 55 175 52 47
Binary 111001 10001100 1000000 111011 0 110110 101101 1111101 101010 100111

Color Harmonies of #398C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C40

Black with #398C40

Text Example


Text Example

White with #398C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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