Html Css Color HEX #398041 Japanese Laurel

📋 copy color: '#398041'

red 57 ◦ green 128 ◦ blue 65

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

Shades of Japanese Laurel #398041

Tints of Japanese Laurel #398041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

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

R = 22.8%
G = 51.2%
B = 26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#398041 (or 0x398041) is known color: Japanese Laurel. HEX triplet: 39, 80 and 41. RGB value is (57,128,65). Sum of RGB (Red+Green+Blue) = 57+128+65=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #398041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398041 is #C67FBE. Grayscale: #636363. Windows color (decimal): -13008831 or 4292665. OLE color: 4292665.

HSL color Cylindrical-coordinate representation of color #398041: hue angle of 126.76º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398041 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 65 -
CMYK 0.55 0 0.49 0.50
HSL 126.76º 0.38% 0.36% -
HSV(B) 126.76º 0.55% 0.5% -
XYZ 10.36 16.69 7.68 -
YUV 99.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 57 128 65 0.55 0 0.49 0.50 126.76 0.38 0.36
Hex 39 80 41 37 0 31 32 7F 26 24
Octal 71 200 101 67 0 61 62 177 46 44
Binary 111001 10000000 1000001 110111 0 110001 110010 1111111 100110 100100

Color Harmonies of #398041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398041

Black with #398041

Text Example


Text Example

White with #398041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398041; }

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

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

background-color css

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

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

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

border-color css

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

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

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