Html Css Color HEX #3A713D Japanese Laurel

📋 copy color: '#3A713D'

red 58 ◦ green 113 ◦ blue 61

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

Shades of Japanese Laurel #3A713D

Tints of Japanese Laurel #3A713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 25%
G = 48.71%
B = 26.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#3A713D (or 0x3A713D) is known color: Japanese Laurel. HEX triplet: 3A, 71 and 3D. RGB value is (58,113,61). Sum of RGB (Red+Green+Blue) = 58+113+61=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #3A713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A713D is #C58EC2. Grayscale: #5A5A5A. Windows color (decimal): -12947139 or 4026682. OLE color: 4026682.

HSL color Cylindrical-coordinate representation of color #3A713D: hue angle of 123.27º 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 #3A713D is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 61 -
CMYK 0.49 0 0.46 0.56
HSL 123.27º 0.32% 0.34% -
HSV(B) 123.27º 0.49% 0.44% -
XYZ 8.49 13.05 6.49 -
YUV 90.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 58 113 61 0.49 0 0.46 0.56 123.27 0.32 0.34
Hex 3A 71 3D 31 0 2E 38 7B 20 22
Octal 72 161 75 61 0 56 70 173 40 42
Binary 111010 1110001 111101 110001 0 101110 111000 1111011 100000 100010

Color Harmonies of #3A713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A713D

Black with #3A713D

Text Example


Text Example

White with #3A713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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