Html Css Color HEX #3A7741 Japanese Laurel

📋 copy color: '#3A7741'

red 58 ◦ green 119 ◦ blue 65

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

Shades of Japanese Laurel #3A7741

Tints of Japanese Laurel #3A7741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

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

R = 23.97%
G = 49.17%
B = 26.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#3A7741 (or 0x3A7741) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 41. RGB value is (58,119,65). Sum of RGB (Red+Green+Blue) = 58+119+65=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7741 is #C588BE. Grayscale: #5E5E5E. Windows color (decimal): -12945599 or 4290362. OLE color: 4290362.

HSL color Cylindrical-coordinate representation of color #3A7741: hue angle of 126.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7741 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 65 -
CMYK 0.51 0 0.45 0.53
HSL 126.89º 0.34% 0.35% -
HSV(B) 126.89º 0.51% 0.47% -
XYZ 9.3 14.47 7.31 -
YUV 94.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 58 119 65 0.51 0 0.45 0.53 126.89 0.34 0.35
Hex 3A 77 41 33 0 2D 35 7F 22 23
Octal 72 167 101 63 0 55 65 177 42 43
Binary 111010 1110111 1000001 110011 0 101101 110101 1111111 100010 100011

Color Harmonies of #3A7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7741

Black with #3A7741

Text Example


Text Example

White with #3A7741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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