Html Css Color HEX #398B39 Japanese Laurel

📋 copy color: '#398B39'

red 57 ◦ green 139 ◦ blue 57

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

Shades of Japanese Laurel #398B39

Tints of Japanese Laurel #398B39

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.94%

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

R = 22.53%
G = 54.94%
B = 22.53%

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

#398B39 (or 0x398B39) is known color: Japanese Laurel. HEX triplet: 39, 8B and 39. RGB value is (57,139,57). Sum of RGB (Red+Green+Blue) = 57+139+57=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #398B39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B39 is #C674C6. Grayscale: #696969. Windows color (decimal): -13006023 or 3771193. OLE color: 3771193.

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

Color convert

RGB 57 139 57 -
CMYK 0.59 0 0.59 0.45
HSL 120º 0.42% 0.38% -
HSV(B) 120º 0.59% 0.55% -
XYZ 11.66 19.63 7.05 -
YUV 105.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 57 139 57 0.59 0 0.59 0.45 120 0.42 0.38
Hex 39 8B 39 3B 0 3B 2D 78 2A 26
Octal 71 213 71 73 0 73 55 170 52 46
Binary 111001 10001011 111001 111011 0 111011 101101 1111000 101010 100110

Color Harmonies of #398B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B39

Black with #398B39

Text Example


Text Example

White with #398B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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