Html Css Color HEX #398A39 Japanese Laurel

📋 copy color: '#398A39'

red 57 ◦ green 138 ◦ blue 57

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

Shades of Japanese Laurel #398A39

Tints of Japanese Laurel #398A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.76%

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

R = 22.62%
G = 54.76%
B = 22.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#398A39 (or 0x398A39) is known color: Japanese Laurel. HEX triplet: 39, 8A and 39. RGB value is (57,138,57). Sum of RGB (Red+Green+Blue) = 57+138+57=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #398A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398A39 is #C675C6. Grayscale: #686868. Windows color (decimal): -13006279 or 3770937. OLE color: 3770937.

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

Color convert

RGB 57 138 57 -
CMYK 0.59 0 0.59 0.46
HSL 120º 0.42% 0.38% -
HSV(B) 120º 0.59% 0.54% -
XYZ 11.51 19.34 7 -
YUV 104.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 57 138 57 0.59 0 0.59 0.46 120 0.42 0.38
Hex 39 8A 39 3B 0 3B 2E 78 2A 26
Octal 71 212 71 73 0 73 56 170 52 46
Binary 111001 10001010 111001 111011 0 111011 101110 1111000 101010 100110

Color Harmonies of #398A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A39

Black with #398A39

Text Example


Text Example

White with #398A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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