Html Css Color HEX #3A7E41 Japanese Laurel

📋 copy color: '#3A7E41'

red 58 ◦ green 126 ◦ blue 65

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

Shades of Japanese Laurel #3A7E41

Tints of Japanese Laurel #3A7E41

RGB

 RED value IS 58 (23.05% from 255) = 23.29%

 GREEN value IS 126 (49.61% from 255) = 50.6%

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

R = 23.29%
G = 50.6%
B = 26.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#3A7E41 (or 0x3A7E41) is known color: Japanese Laurel. HEX triplet: 3A, 7E and 41. RGB value is (58,126,65). Sum of RGB (Red+Green+Blue) = 58+126+65=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E41 is #C581BE. Grayscale: #626262. Windows color (decimal): -12943807 or 4292154. OLE color: 4292154.

HSL color Cylindrical-coordinate representation of color #3A7E41: hue angle of 126.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7E41 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 126 65 -
CMYK 0.54 0 0.48 0.51
HSL 126.18º 0.37% 0.36% -
HSV(B) 126.18º 0.54% 0.49% -
XYZ 10.16 16.2 7.59 -
YUV 98.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 58 126 65 0.54 0 0.48 0.51 126.18 0.37 0.36
Hex 3A 7E 41 36 0 30 33 7E 25 24
Octal 72 176 101 66 0 60 63 176 45 44
Binary 111010 1111110 1000001 110110 0 110000 110011 1111110 100101 100100

Color Harmonies of #3A7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7E41

Black with #3A7E41

Text Example


Text Example

White with #3A7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7E41; }

 p { color: rgb(58,126,65); }

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

background-color css

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

 a { background-color: rgb(58,126,65); }

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

border-color css

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

 span { border-color: rgb(58,126,65); }

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