Html Css Color HEX #3A743E Japanese Laurel

📋 copy color: '#3A743E'

red 58 ◦ green 116 ◦ blue 62

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

Shades of Japanese Laurel #3A743E

Tints of Japanese Laurel #3A743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 24.58%
G = 49.15%
B = 26.27%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#3A743E (or 0x3A743E) is known color: Japanese Laurel. HEX triplet: 3A, 74 and 3E. RGB value is (58,116,62). Sum of RGB (Red+Green+Blue) = 58+116+62=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #3A743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A743E is #C58BC1. Grayscale: #5C5C5C. Windows color (decimal): -12946370 or 4092986. OLE color: 4092986.

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

Color convert

RGB 58 116 62 -
CMYK 0.5 0 0.47 0.55
HSL 124.14º 0.33% 0.34% -
HSV(B) 124.14º 0.5% 0.45% -
XYZ 8.86 13.74 6.74 -
YUV 92.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 58 116 62 0.5 0 0.47 0.55 124.14 0.33 0.34
Hex 3A 74 3E 32 0 2F 37 7C 21 22
Octal 72 164 76 62 0 57 67 174 41 42
Binary 111010 1110100 111110 110010 0 101111 110111 1111100 100001 100010

Color Harmonies of #3A743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A743E

Black with #3A743E

Text Example


Text Example

White with #3A743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,116,62); }

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

background-color css

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

 a { background-color: rgb(58,116,62); }

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

border-color css

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

 span { border-color: rgb(58,116,62); }

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