Html Css Color HEX #3A713F Japanese Laurel

📋 copy color: '#3A713F'

red 58 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #3A713F

Tints of Japanese Laurel #3A713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 24.79%
G = 48.29%
B = 26.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#3A713F (or 0x3A713F) is known color: Japanese Laurel. HEX triplet: 3A, 71 and 3F. RGB value is (58,113,63). Sum of RGB (Red+Green+Blue) = 58+113+63=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #3A713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A713F is #C58EC0. Grayscale: #5B5B5B. Windows color (decimal): -12947137 or 4157754. OLE color: 4157754.

HSL color Cylindrical-coordinate representation of color #3A713F: hue angle of 125.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A713F is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 63 -
CMYK 0.49 0 0.44 0.56
HSL 125.45º 0.32% 0.34% -
HSV(B) 125.45º 0.49% 0.44% -
XYZ 8.55 13.07 6.77 -
YUV 90.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 58 113 63 0.49 0 0.44 0.56 125.45 0.32 0.34
Hex 3A 71 3F 31 0 2C 38 7D 20 22
Octal 72 161 77 61 0 54 70 175 40 42
Binary 111010 1110001 111111 110001 0 101100 111000 1111101 100000 100010

Color Harmonies of #3A713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A713F

Black with #3A713F

Text Example


Text Example

White with #3A713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,113,63); }

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

background-color css

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

 a { background-color: rgb(58,113,63); }

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

border-color css

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

 span { border-color: rgb(58,113,63); }

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