Html Css Color HEX #3A863D Japanese Laurel

📋 copy color: '#3A863D'

red 58 ◦ green 134 ◦ blue 61

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

Shades of Japanese Laurel #3A863D

Tints of Japanese Laurel #3A863D

RGB

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

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

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

R = 22.92%
G = 52.96%
B = 24.11%

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

#3A863D (or 0x3A863D) is known color: Japanese Laurel. HEX triplet: 3A, 86 and 3D. RGB value is (58,134,61). Sum of RGB (Red+Green+Blue) = 58+134+61=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #3A863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A863D is #C579C2. Grayscale: #676767. Windows color (decimal): -12941763 or 4032058. OLE color: 4032058.

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

Color convert

RGB 58 134 61 -
CMYK 0.57 0 0.54 0.47
HSL 122.37º 0.4% 0.38% -
HSV(B) 122.37º 0.57% 0.53% -
XYZ 11.11 18.29 7.36 -
YUV 102.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 58 134 61 0.57 0 0.54 0.47 122.37 0.4 0.38
Hex 3A 86 3D 39 0 36 2F 7A 28 26
Octal 72 206 75 71 0 66 57 172 50 46
Binary 111010 10000110 111101 111001 0 110110 101111 1111010 101000 100110

Color Harmonies of #3A863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A863D

Black with #3A863D

Text Example


Text Example

White with #3A863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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