Html Css Color HEX #3A873A Japanese Laurel

📋 copy color: '#3A873A'

red 58 ◦ green 135 ◦ blue 58

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

Shades of Japanese Laurel #3A873A

Tints of Japanese Laurel #3A873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.78%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 23.11%
G = 53.78%
B = 23.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#3A873A (or 0x3A873A) is known color: Japanese Laurel. HEX triplet: 3A, 87 and 3A. RGB value is (58,135,58). Sum of RGB (Red+Green+Blue) = 58+135+58=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #3A873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A873A is #C578C5. Grayscale: #676767. Windows color (decimal): -12941510 or 3835706. OLE color: 3835706.

HSL color Cylindrical-coordinate representation of color #3A873A: hue angle of 120º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A873A is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 135 58 -
CMYK 0.57 0 0.57 0.47
HSL 120º 0.4% 0.38% -
HSV(B) 120º 0.57% 0.53% -
XYZ 11.17 18.53 6.99 -
YUV 103.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 58 135 58 0.57 0 0.57 0.47 120 0.4 0.38
Hex 3A 87 3A 39 0 39 2F 78 28 26
Octal 72 207 72 71 0 71 57 170 50 46
Binary 111010 10000111 111010 111001 0 111001 101111 1111000 101000 100110

Color Harmonies of #3A873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A873A

Black with #3A873A

Text Example


Text Example

White with #3A873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,135,58); }

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

background-color css

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

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

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

border-color css

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

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

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