Html Css Color HEX #3A863E Japanese Laurel

📋 copy color: '#3A863E'

red 58 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #3A863E

Tints of Japanese Laurel #3A863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 22.83%
G = 52.76%
B = 24.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#3A863E (or 0x3A863E) is known color: Japanese Laurel. HEX triplet: 3A, 86 and 3E. RGB value is (58,134,62). Sum of RGB (Red+Green+Blue) = 58+134+62=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #3A863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A863E is #C579C1. Grayscale: #676767. Windows color (decimal): -12941762 or 4097594. OLE color: 4097594.

HSL color Cylindrical-coordinate representation of color #3A863E: hue angle of 123.16º 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 #3A863E is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 134 62 -
CMYK 0.57 0 0.54 0.47
HSL 123.16º 0.4% 0.38% -
HSV(B) 123.16º 0.57% 0.53% -
XYZ 11.14 18.3 7.5 -
YUV 103.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 58 134 62 0.57 0 0.54 0.47 123.16 0.4 0.38
Hex 3A 86 3E 39 0 36 2F 7B 28 26
Octal 72 206 76 71 0 66 57 173 50 46
Binary 111010 10000110 111110 111001 0 110110 101111 1111011 101000 100110

Color Harmonies of #3A863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A863E

Black with #3A863E

Text Example


Text Example

White with #3A863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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