Html Css Color HEX #3A8840 Japanese Laurel

📋 copy color: '#3A8840'

red 58 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #3A8840

Tints of Japanese Laurel #3A8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.71%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 22.48%
G = 52.71%
B = 24.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#3A8840 (or 0x3A8840) is known color: Japanese Laurel. HEX triplet: 3A, 88 and 40. RGB value is (58,136,64). Sum of RGB (Red+Green+Blue) = 58+136+64=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8840 is #C577BF. Grayscale: #686868. Windows color (decimal): -12941248 or 4229178. OLE color: 4229178.

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

Color convert

RGB 58 136 64 -
CMYK 0.57 0 0.53 0.47
HSL 124.62º 0.4% 0.38% -
HSV(B) 124.62º 0.57% 0.53% -
XYZ 11.47 18.88 7.89 -
YUV 104.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 58 136 64 0.57 0 0.53 0.47 124.62 0.4 0.38
Hex 3A 88 40 39 0 35 2F 7D 28 26
Octal 72 210 100 71 0 65 57 175 50 46
Binary 111010 10001000 1000000 111001 0 110101 101111 1111101 101000 100110

Color Harmonies of #3A8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8840

Black with #3A8840

Text Example


Text Example

White with #3A8840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,136,64); }

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

background-color css

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

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

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

border-color css

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

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

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