Html Css Color HEX #398D41 Japanese Laurel

📋 copy color: '#398D41'

red 57 ◦ green 141 ◦ blue 65

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

Shades of Japanese Laurel #398D41

Tints of Japanese Laurel #398D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.61%

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 21.67%
G = 53.61%
B = 24.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#398D41 (or 0x398D41) is known color: Japanese Laurel. HEX triplet: 39, 8D and 41. RGB value is (57,141,65). Sum of RGB (Red+Green+Blue) = 57+141+65=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #398D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398D41 is #C672BE. Grayscale: #6B6B6B. Windows color (decimal): -13005503 or 4295993. OLE color: 4295993.

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

Color convert

RGB 57 141 65 -
CMYK 0.60 0 0.54 0.45
HSL 125.71º 0.42% 0.39% -
HSV(B) 125.71º 0.6% 0.55% -
XYZ 12.17 20.3 8.28 -
YUV 107.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 57 141 65 0.60 0 0.54 0.45 125.71 0.42 0.39
Hex 39 8D 41 3C 0 36 2D 7E 2A 27
Octal 71 215 101 74 0 66 55 176 52 47
Binary 111001 10001101 1000001 111100 0 110110 101101 1111110 101010 100111

Color Harmonies of #398D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398D41

Black with #398D41

Text Example


Text Example

White with #398D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,141,65); }

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

background-color css

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

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

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

border-color css

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

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

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