Html Css Color HEX #398C39 Japanese Laurel

📋 copy color: '#398C39'

red 57 ◦ green 140 ◦ blue 57

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

Shades of Japanese Laurel #398C39

Tints of Japanese Laurel #398C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 22.44%
G = 55.12%
B = 22.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#398C39 (or 0x398C39) is known color: Japanese Laurel. HEX triplet: 39, 8C and 39. RGB value is (57,140,57). Sum of RGB (Red+Green+Blue) = 57+140+57=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 140 (55.08% from 255 or 55.12% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 140 - color contains mainly: green. Hex color #398C39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C39 is #C673C6. Grayscale: #696969. Windows color (decimal): -13005767 or 3771449. OLE color: 3771449.

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

Color convert

RGB 57 140 57 -
CMYK 0.59 0 0.59 0.45
HSL 120º 0.42% 0.39% -
HSV(B) 120º 0.59% 0.55% -
XYZ 11.8 19.92 7.09 -
YUV 105.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 57 140 57 0.59 0 0.59 0.45 120 0.42 0.39
Hex 39 8C 39 3B 0 3B 2D 78 2A 27
Octal 71 214 71 73 0 73 55 170 52 47
Binary 111001 10001100 111001 111011 0 111011 101101 1111000 101010 100111

Color Harmonies of #398C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C39

Black with #398C39

Text Example


Text Example

White with #398C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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